mianoemm commited on
Commit
9770f2f
·
verified ·
1 Parent(s): fcda65a
Files changed (1) hide show
  1. app.py +8 -5
app.py CHANGED
@@ -81,13 +81,16 @@ def respond(message, history):
81
 
82
 
83
  #EMMA'S PRACTICE EDITS#
84
- url = "https://www.google.com/"
85
- about_text = """
86
  ## About this bot
87
- Welcome to Mind Matters, an online resource that reminds *your that your mind matters*
 
88
 
89
- Disclaimer; Mind Matters should not be used as an alternative to seeking professional help. I am simply a support tool.
90
- f"Click [Free Resources]({url}) to access Free Mental Resources."
 
 
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: