sanchous66 commited on
Commit
d1e98cc
·
verified ·
1 Parent(s): 38701e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,4 +69,4 @@ agent = CodeAgent(
69
  )
70
 
71
 
72
- GradioUI(agent).launch()
 
69
  )
70
 
71
 
72
+ GradioUI(agent).launch(ssr=False)