Spaces:
Running
Running
Update app.py
Browse files
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?"})
|