Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files- 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 |
),
|