baconnier commited on
Commit
580a488
1 Parent(s): 03261c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ class GradioInterface:
124
  gr.Markdown("### Explanation of Refinements")
125
  explanation_of_refinements = gr.Markdown(label="Explanation of Refinements")
126
 
127
- with gr.Accordion("Full Response JSON", open=False,visible=False):
128
  full_response_json = gr.JSON()
129
 
130
 
 
124
  gr.Markdown("### Explanation of Refinements")
125
  explanation_of_refinements = gr.Markdown(label="Explanation of Refinements")
126
 
127
+ with gr.Accordion("Full Response JSON", open=False,visible=True):
128
  full_response_json = gr.JSON()
129
 
130