Ankush05 commited on
Commit
e9cea2c
·
1 Parent(s): 7e0db7b
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -27,4 +27,6 @@ def Chatbot():
27
  ans =convo(umsg)
28
  with st.chat_message("assistant"):
29
  st.write(ans)
30
-
 
 
 
27
  ans =convo(umsg)
28
  with st.chat_message("assistant"):
29
  st.write(ans)
30
+
31
+
32
+ Chatbot()