techarmour commited on
Commit
9cac2e8
·
verified ·
1 Parent(s): f879545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,5 +46,5 @@ agent = CodeAgent(
46
  prompt_templates=prompt_templates
47
  )
48
  if __name__ == "__main__":
49
- GradioUI(agent, name="my_agent").launch()
50
 
 
46
  prompt_templates=prompt_templates
47
  )
48
  if __name__ == "__main__":
49
+ GradioUI(agent).launch()
50