fix small bug
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def get_response(user_input):
|
|
132 |
"input": user_input
|
133 |
})
|
134 |
|
135 |
-
return response
|
136 |
|
137 |
|
138 |
user_query = st.chat_input("Your message")
|
|
|
132 |
"input": user_input
|
133 |
})
|
134 |
|
135 |
+
return response['answer']
|
136 |
|
137 |
|
138 |
user_query = st.chat_input("Your message")
|