ArslanFOX commited on
Commit
d94cd24
·
verified ·
1 Parent(s): 57cb77a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ agent = CodeAgent(
79
  )
80
 
81
  # Launch the Gradio UI with the agent
82
- GradioUI(agent).launch()
83
 
84
 
85
 
 
79
  )
80
 
81
  # Launch the Gradio UI with the agent
82
+ GradioUI(agent).launch(share=False, ssr=False)
83
 
84
 
85