Ankush05 commited on
Commit
a877583
1 Parent(s): 121c7ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def Chatbot():
11
  umsg = bard.get_answer(query)
12
 
13
  with st.chat_message("user"):
14
- st.write(umsg["content"][0])
15
 
16
  Chatbot()
17
 
 
11
  umsg = bard.get_answer(query)
12
 
13
  with st.chat_message("user"):
14
+ st.write(umsg["content"])
15
 
16
  Chatbot()
17