sreenivas-rao commited on
Commit
d2d7e48
·
verified ·
1 Parent(s): a6c4020

making it public

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ agent = CodeAgent(
81
  )
82
 
83
 
84
- GradioUI(agent).launch()
 
81
  )
82
 
83
 
84
+ GradioUI(agent).launch(share=True)