Ankush05 commited on
Commit
c837ea2
·
1 Parent(s): fa7995a

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
  st.chat_message("user")
14
- st.write(["content"][0])
15
 
16
  Chatbot()
17
 
 
11
  umsg = bard.get_answer(query)
12
 
13
  st.chat_message("user")
14
+ st.write(umsg)
15
 
16
  Chatbot()
17