Tbaberca commited on
Commit
2c82301
·
verified ·
1 Parent(s): e0cd46e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,4 +71,4 @@ agent = CodeAgent(
71
  )
72
 
73
  # Launch the UI
74
- GradioUI(agent).launch()
 
71
  )
72
 
73
  # Launch the UI
74
+ GradioUI(agent).launch(share=True)