Ankush05 commited on
Commit
f3b2486
·
1 Parent(s): c4b114d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -46,6 +46,8 @@ def Chatbot():
46
  umsg = bard.get_answer(query)["content"]
47
  with st.chat_message("assistant"):
48
  st.write(umsg)
 
 
49
 
50
 
51
 
 
46
  umsg = bard.get_answer(query)["content"]
47
  with st.chat_message("assistant"):
48
  st.write(umsg)
49
+
50
+ Chatbot()
51
 
52
 
53