Ankush05 commited on
Commit
0c9f179
·
1 Parent(s): 081ae15
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -12,4 +12,8 @@ def chatbot():
12
  umsg = Conversation(message)
13
  answer = convo(umsg)
14
  with st.chat_message("assistant"):
15
- st.write(answer)
 
 
 
 
 
12
  umsg = Conversation(message)
13
  answer = convo(umsg)
14
  with st.chat_message("assistant"):
15
+ st.write(answer)
16
+
17
+
18
+
19
+ chatbot()