kenken999 commited on
Commit
ed32d1f
1 Parent(s): 212a567
Files changed (1) hide show
  1. mysite/asgi.py +1 -1
mysite/asgi.py CHANGED
@@ -784,7 +784,7 @@ democs = gr.Interface(
784
  demo = gr.ChatInterface(
785
  fn=chat_with_interpreter,
786
  chatbot=chatbot,
787
- fill_height=True,
788
  additional_inputs_accordion=gr.Accordion(
789
  label="⚙️ Parameters", open=False, render=False
790
  ),
 
784
  demo = gr.ChatInterface(
785
  fn=chat_with_interpreter,
786
  chatbot=chatbot,
787
+ #fill_height=True,
788
  additional_inputs_accordion=gr.Accordion(
789
  label="⚙️ Parameters", open=False, render=False
790
  ),