DTStudios commited on
Commit
cfc0218
·
verified ·
1 Parent(s): b7daa2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,6 +65,6 @@ agent = CodeAgent(
65
 
66
  if __name__ == "__main__":
67
  # Example run
68
- print(agent.run("Search for the latest AI news"))
69
  from Gradio_UI import GradioUI
70
  GradioUI(agent).launch()
 
65
 
66
  if __name__ == "__main__":
67
  # Example run
68
+
69
  from Gradio_UI import GradioUI
70
  GradioUI(agent).launch()