Jonathan Grizou commited on
Commit
58d438b
·
1 Parent(s): 7f7186f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,4 +63,4 @@ agent = CodeAgent(
63
  )
64
 
65
 
66
- GradioUI(agent).launch()
 
63
  )
64
 
65
 
66
+ GradioUI(agent).launch(share=True)