Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,8 @@ def get_response(user_input):
|
|
| 67 |
"input": user_input
|
| 68 |
})
|
| 69 |
|
| 70 |
-
return response['answer']
|
|
|
|
| 71 |
|
| 72 |
# app config
|
| 73 |
st.set_page_config(page_title="Chat with websites", page_icon="🤖")
|
|
|
|
| 67 |
"input": user_input
|
| 68 |
})
|
| 69 |
|
| 70 |
+
# return response['answer']
|
| 71 |
+
return response
|
| 72 |
|
| 73 |
# app config
|
| 74 |
st.set_page_config(page_title="Chat with websites", page_icon="🤖")
|