Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def generate_response(model_name, message, chat_history):
|
|
18 |
with gr.Blocks(
|
19 |
css=".contain { display: flex !important; flex-direction: column !important; }"
|
20 |
"#chatbot { flex-grow: 1 !important; overflow: auto !important; }"
|
21 |
-
"#col { height: calc(100vh - 112px - 16px) !important; }"
|
22 |
# "#submit:hover { background-color: green !important; }"
|
23 |
# "#clear { background-color: darkred !important; }",
|
24 |
theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Martel Sans")]).set(
|
|
|
18 |
with gr.Blocks(
|
19 |
css=".contain { display: flex !important; flex-direction: column !important; }"
|
20 |
"#chatbot { flex-grow: 1 !important; overflow: auto !important; }"
|
21 |
+
"#col { height: calc(100vh - 112px - 16px) !important; }",
|
22 |
# "#submit:hover { background-color: green !important; }"
|
23 |
# "#clear { background-color: darkred !important; }",
|
24 |
theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Martel Sans")]).set(
|