Ankush05 commited on
Commit
3eccd00
·
1 Parent(s): 6ecd566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -11,4 +11,6 @@ def chatbot():
11
  answer = convo(umsg)
12
  with st.chat_message("Assistant"):
13
  st.write(answer)
 
 
14
 
 
11
  answer = convo(umsg)
12
  with st.chat_message("Assistant"):
13
  st.write(answer)
14
+
15
+ chatbot()
16