yetessam commited on
Commit
03334cb
·
verified ·
1 Parent(s): 8c10668

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,4 +94,4 @@ agent = CodeAgent(
94
  )
95
 
96
 
97
- GradioUI(agent).launch()
 
94
  )
95
 
96
 
97
+ GradioUI(agent).launch(share=False)