yxmauw commited on
Commit
ba19659
1 Parent(s): a99b8aa

Update app.py

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