jjvelezo commited on
Commit
ba7c03a
·
verified ·
1 Parent(s): 900cade

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,4 +191,4 @@ if __name__ == "__main__":
191
  print("-"*(60 + len(" App Starting ")) + "\n")
192
 
193
  print("Launching Gradio Interface for Basic Agent Evaluation...")
194
- demo.launch(debug=True, share=False)
 
191
  print("-"*(60 + len(" App Starting ")) + "\n")
192
 
193
  print("Launching Gradio Interface for Basic Agent Evaluation...")
194
+ demo.launch(debug=True, share=True)