Ankush05 commited on
Commit
d53704a
·
1 Parent(s): f3ac86b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def Chatbot():
15
  umsg = quora.get_answer(query)
16
  with st.chat_message("user"):
17
 
18
- st.write(umsg["content"])
19
 
20
 
21
 
 
15
  umsg = quora.get_answer(query)
16
  with st.chat_message("user"):
17
 
18
+ st.write(umsg["choices"][1]["content"][0])
19
 
20
 
21