Nienke Dekkema commited on
Commit
66a3909
·
1 Parent(s): 1694ee6

ssr false

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