bstraehle commited on
Commit
dd3e1e2
·
verified ·
1 Parent(s): 403ae8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -81,6 +81,7 @@ def invoke(openai_api_key, prompt, agent_option):
81
  end_time_ms
82
  )
83
 
 
84
  return result
85
 
86
  gr.close_all()
 
81
  end_time_ms
82
  )
83
 
84
+ print("#####" + str(result))
85
  return result
86
 
87
  gr.close_all()