jingwang commited on
Commit
9b4627e
·
verified ·
1 Parent(s): 2201a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ demo = gr.ChatInterface(
33
  additional_inputs=[
34
  gr.Textbox(value="", label="Answer will be based on the context input here", lines=5),
35
  ],
36
- additional_inputs_accordion = gr.Accordion(label="", open=True),
37
  )
38
 
39
 
 
33
  additional_inputs=[
34
  gr.Textbox(value="", label="Answer will be based on the context input here", lines=5),
35
  ],
36
+ additional_inputs_accordion = gr.Accordion(label="", open=False),
37
  )
38
 
39