mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
several fixes to demos
This commit is contained in:
parent
bb882fb59b
commit
7feb85af41
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