srvmishra832 commited on
Commit
a5a37a0
·
verified ·
1 Parent(s): f880f65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,4 +68,4 @@ agent = CodeAgent(
68
  )
69
 
70
 
71
- GradioUI(agent).launch()
 
68
  )
69
 
70
 
71
+ GradioUI(agent).launch(share=True)