himmat12 commited on
Commit
f37559b
·
verified ·
1 Parent(s): e368748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,4 +97,4 @@ agent = CodeAgent(
97
  )
98
 
99
 
100
- GradioUI(agent).launch()
 
97
  )
98
 
99
 
100
+ GradioUI(agent).launch(share=True)