Spaces:
Running
Running
Update app.py
Browse files
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 |
|