Ankush05 commited on
Commit
9ba37a6
·
1 Parent(s): bb7dd79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def Chatbot():
47
  with st.chat_message("assistant"):
48
  st.write(umsg)
49
 
50
- Chatbot()
51
 
52
 
53
 
 
47
  with st.chat_message("assistant"):
48
  st.write(umsg)
49
 
50
+ Chatbot()
51
 
52
 
53