nangelov commited on
Commit
0380918
·
verified ·
1 Parent(s): 375298f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,4 +120,4 @@ agent = CodeAgent(
120
  )
121
 
122
 
123
- GradioUI(agent).launch()
 
120
  )
121
 
122
 
123
+ GradioUI(agent).launch(share=True)