raul-padua commited on
Commit
b628e0e
·
verified ·
1 Parent(s): 8e25013

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,4 +28,5 @@ agent = CodeAgent(
28
  prompt_templates=prompt_templates
29
  )
30
 
31
- # Launch Gradio UI
 
 
28
  prompt_templates=prompt_templates
29
  )
30
 
31
+ # Launch Gradio UI
32
+ GradioUI(agent).launch()