Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -184,7 +184,7 @@ gradio.ChatInterface(
|
|
184 |
chatbot=gradio.Chatbot(
|
185 |
show_label=False, show_copy_button=True, value=[[None, GREETING]]
|
186 |
),
|
187 |
-
css = "#component-0 { height:100
|
188 |
retry_btn=None,
|
189 |
undo_btn=None,
|
190 |
clear_btn=None,
|
|
|
184 |
chatbot=gradio.Chatbot(
|
185 |
show_label=False, show_copy_button=True, value=[[None, GREETING]]
|
186 |
),
|
187 |
+
css = "#component-0 { height:100%; }",
|
188 |
retry_btn=None,
|
189 |
undo_btn=None,
|
190 |
clear_btn=None,
|