yxmauw commited on
Commit
7ce2ce3
1 Parent(s): ab2986e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -16,7 +16,6 @@ def generate_response(model_name, message, chat_history):
16
  # Create Gradio UI
17
  with gr.Blocks(
18
  css=".contain { display: flex !important; flex-direction: column !important; }"
19
- "#component-0, #component-3, #component-10, #component-8 { height: 100% !important; }"
20
  "#chatbot { flex-grow: 1 !important; overflow: auto !important;}"
21
  "#col { height: calc(100vh - 112px - 16px) !important; }"
22
  ) as demo:
 
16
  # Create Gradio UI
17
  with gr.Blocks(
18
  css=".contain { display: flex !important; flex-direction: column !important; }"
 
19
  "#chatbot { flex-grow: 1 !important; overflow: auto !important;}"
20
  "#col { height: calc(100vh - 112px - 16px) !important; }"
21
  ) as demo: