Spaces:
Sleeping
Sleeping
run 12
Browse files
app.py
CHANGED
|
@@ -81,13 +81,16 @@ def respond(message, history):
|
|
| 81 |
|
| 82 |
|
| 83 |
#EMMA'S PRACTICE EDITS#
|
| 84 |
-
url = "https://
|
| 85 |
-
about_text = """
|
| 86 |
## About this bot
|
| 87 |
-
Welcome to Mind Matters, an online resource that reminds
|
|
|
|
| 88 |
|
| 89 |
-
Disclaimer; Mind Matters should not be used as an
|
| 90 |
-
|
|
|
|
|
|
|
| 91 |
"""
|
| 92 |
|
| 93 |
with gr.Blocks() as demo:
|
|
|
|
| 81 |
|
| 82 |
|
| 83 |
#EMMA'S PRACTICE EDITS#
|
| 84 |
+
url = "https://youtu.be/dQw4w9WgXcQ?si=VJRQOMzp5fdlxhfe"
|
| 85 |
+
about_text = f"""
|
| 86 |
## About this bot
|
| 87 |
+
Welcome to Mind Matters, an online resource that reminds
|
| 88 |
+
*you that your mind matters*
|
| 89 |
|
| 90 |
+
Disclaimer; Mind Matters should not be used as an
|
| 91 |
+
alternative to seeking professional help. I am simply a
|
| 92 |
+
support tool.
|
| 93 |
+
Click [Free Resources]({url}) to access Free Mental Resources.
|
| 94 |
"""
|
| 95 |
|
| 96 |
with gr.Blocks() as demo:
|