bstraehle commited on
Commit
7c2c1ce
·
verified ·
1 Parent(s): dd3e1e2

Update app.py

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