kuma-rtin commited on
Commit
b078e4e
·
verified ·
1 Parent(s): 0530963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.response.content
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 ---