Spaces:
Runtime error
Runtime error
Update app.py
Browse filesGradioUI(agent, name="my_agent").launch()
app.py
CHANGED
@@ -46,4 +46,5 @@ agent = CodeAgent(
|
|
46 |
prompt_templates=prompt_templates
|
47 |
)
|
48 |
if __name__ == "__main__":
|
49 |
-
GradioUI(agent).launch()
|
|
|
|
46 |
prompt_templates=prompt_templates
|
47 |
)
|
48 |
if __name__ == "__main__":
|
49 |
+
GradioUI(agent, name="my_agent").launch()
|
50 |
+
|