Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ async def handle_agent_input(user_input):
|
|
| 134 |
# TODO initialize agent at a different place
|
| 135 |
agent = BasicAgent()
|
| 136 |
response = await agent(user_input)
|
| 137 |
-
return response
|
| 138 |
|
| 139 |
|
| 140 |
# --- Build Gradio Interface using Blocks ---
|
|
|
|
| 134 |
# TODO initialize agent at a different place
|
| 135 |
agent = BasicAgent()
|
| 136 |
response = await agent(user_input)
|
| 137 |
+
return response
|
| 138 |
|
| 139 |
|
| 140 |
# --- Build Gradio Interface using Blocks ---
|