Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -321,7 +321,7 @@ with gr.Blocks(
|
|
321 |
submit = gr.Button("Submit", elem_classes="xsmall")
|
322 |
stop = gr.Button("Stop", visible=True)
|
323 |
clear = gr.Button("Clear History", visible=True)
|
324 |
-
with gr.Row(visible=
|
325 |
with gr.Accordion("Advanced Options:", open=False):
|
326 |
with gr.Row():
|
327 |
with gr.Column(scale=2):
|
|
|
321 |
submit = gr.Button("Submit", elem_classes="xsmall")
|
322 |
stop = gr.Button("Stop", visible=True)
|
323 |
clear = gr.Button("Clear History", visible=True)
|
324 |
+
with gr.Row(visible=True):
|
325 |
with gr.Accordion("Advanced Options:", open=False):
|
326 |
with gr.Row():
|
327 |
with gr.Column(scale=2):
|