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