several fixes to demos (#238)

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
This commit is contained in:
Salman Paracha 2024-10-30 18:38:18 -07:00 committed by GitHub
parent e462e393b1
commit dab7a44053
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 51 additions and 73 deletions

View file

@ -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}