baconnier commited on
Commit
4a719c2
·
verified ·
1 Parent(s): b3f3cb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -109,6 +109,9 @@ class GradioInterface:
109
 
110
  with gr.Accordion("Full Response JSON", open=False, visible=True):
111
  full_response_json = gr.JSON()
 
 
 
112
 
113
  # Button click handlers
114
  automatic_metaprompt_button.click(
 
109
 
110
  with gr.Accordion("Full Response JSON", open=False, visible=True):
111
  full_response_json = gr.JSON()
112
+ print('-'*100)
113
+ print(full_response_json)
114
+ print('-'*100)
115
 
116
  # Button click handlers
117
  automatic_metaprompt_button.click(