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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ 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?"})
 
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 :sparkling_heart:")
114
 
115
  if "messages" not in st.session_state.keys():
116
  st.session_state.chat_history.append({"bot": "How may I help you?"})