ccm commited on
Commit
57c1330
·
verified ·
1 Parent(s): 518e938

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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,