rnrahate007 commited on
Commit
7fb947d
·
verified ·
1 Parent(s): a8fc2f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -158,6 +158,4 @@ agent = CodeAgent(
158
  # UI
159
  # ==========================================================
160
 
161
- GradioUI(agent).launch(
162
- share=True
163
- )
 
158
  # UI
159
  # ==========================================================
160
 
161
+ GradioUI(agent).launch()