baconnier commited on
Commit
0bc5467
1 Parent(s): 74dc002

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ class GradioInterface:
119
  gr.Markdown("### Explanation of Refinements")
120
  explanation_of_refinements = gr.Markdown(label="Explanation of Refinements")
121
 
122
- with gr.Accordion("Full Response JSON", open=False):
123
  full_response_json = gr.JSON()
124
 
125
 
 
119
  gr.Markdown("### Explanation of Refinements")
120
  explanation_of_refinements = gr.Markdown(label="Explanation of Refinements")
121
 
122
+ with gr.Accordion("Full Response JSON", open=False,visible=False):
123
  full_response_json = gr.JSON()
124
 
125