HugKN commited on
Commit
805586c
·
verified ·
1 Parent(s): 5fe85ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,4 +113,4 @@ agent = CodeAgent(
113
  )
114
 
115
 
116
- GradioUI(agent).launch()
 
113
  )
114
 
115
 
116
+ GradioUI(agent).launch(share=True)