mirror of
https://github.com/katanemo/plano.git
synced 2026-05-24 14:05:14 +02:00
several fixes to demos (#238)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
This commit is contained in:
parent
e462e393b1
commit
dab7a44053
10 changed files with 51 additions and 73 deletions
|
|
@ -15,11 +15,11 @@ log = logging.getLogger(__name__)
|
|||
|
||||
GRADIO_CSS_STYLE = """
|
||||
.json-container {
|
||||
height: 95vh !important;
|
||||
height: 80vh !important;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
.chatbot {
|
||||
height: calc(95vh - 100px) !important;
|
||||
height: calc(80vh - 100px) !important;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
footer {visibility: hidden}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue