pablocevalenzuela commited on
Commit
b78ba3e
·
verified ·
1 Parent(s): b788c45

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -74,7 +74,4 @@ agent = CodeAgent(
74
  prompt_templates=prompt_templates
75
  )
76
 
77
- agent.run("America/New_York")
78
-
79
-
80
- #GradioUI(agent).launch()
 
74
  prompt_templates=prompt_templates
75
  )
76
 
77
+ GradioUI(agent).launch()