hail75 commited on
Commit
9cc55aa
·
1 Parent(s): 7f07a51

fix small bug

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