Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ def respond(message, history):
|
|
| 136 |
return response['choices'][0]['message']['content'].strip()
|
| 137 |
|
| 138 |
about_text = """
|
| 139 |
-
## Use this chatbot to help you find affordable healthcare!
|
| 140 |
"""
|
| 141 |
title = """
|
| 142 |
#HealthPal.io
|
|
|
|
| 136 |
return response['choices'][0]['message']['content'].strip()
|
| 137 |
|
| 138 |
about_text = """
|
| 139 |
+
## Use this chatbot to help you find affordable healthcare and figure out what medical subsidies you are eligible for!
|
| 140 |
"""
|
| 141 |
title = """
|
| 142 |
#HealthPal.io
|