GoodML commited on
Commit
cf56117
·
verified ·
1 Parent(s): da31cd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -109,6 +109,8 @@ with st.sidebar:
109
  st.title("Medical chatbot 🤖")
110
 
111
  st.write("Welcome to the medical chatbot. Please enter your symptoms below and I will try to help you.")
 
 
112
 
113
  if "messages" not in st.session_state.keys():
114
  st.session_state.chat_history.append({"bot": "How may I help you?"})
 
109
  st.title("Medical chatbot 🤖")
110
 
111
  st.write("Welcome to the medical chatbot. Please enter your symptoms below and I will try to help you.")
112
+ st.write("It works, Just for a while, Because of free tier specifications It is slow.")
113
+ st.write("Thanks for your time ♥")
114
 
115
  if "messages" not in st.session_state.keys():
116
  st.session_state.chat_history.append({"bot": "How may I help you?"})