Nilesh Ranjan Pal
commited on
Commit
·
43955ca
1
Parent(s):
e9002cc
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,7 +153,7 @@ def get_response(user_input):
|
|
| 153 |
return "Thank you for sharing. How can I assist you today?"
|
| 154 |
|
| 155 |
def main():
|
| 156 |
-
st.title("Health Chatbot")
|
| 157 |
st.write("Enter your message and get a response from the chatbot:")
|
| 158 |
|
| 159 |
user_input = st.text_input("User Input:")
|
|
|
|
| 153 |
return "Thank you for sharing. How can I assist you today?"
|
| 154 |
|
| 155 |
def main():
|
| 156 |
+
st.title("Mental Health Chatbot")
|
| 157 |
st.write("Enter your message and get a response from the chatbot:")
|
| 158 |
|
| 159 |
user_input = st.text_input("User Input:")
|