YanaS commited on
Commit
d003a42
·
verified ·
1 Parent(s): 772e763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ agent = CodeAgent(
73
  )
74
 
75
 
76
- GradioUI(agent).launch()
 
73
  )
74
 
75
 
76
+ GradioUI(agent).launch(share=True)