mianoemm commited on
Commit
fcda65a
·
verified ·
1 Parent(s): 35721cd
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -81,10 +81,13 @@ def respond(message, history):
81
 
82
 
83
  #EMMA'S PRACTICE EDITS#
 
84
  about_text = """
85
  ## About this bot
86
  Welcome to Mind Matters, an online resource that reminds *your that your mind matters*
 
87
  Disclaimer; Mind Matters should not be used as an alternative to seeking professional help. I am simply a support tool.
 
88
  """
89
 
90
  with gr.Blocks() as demo:
@@ -98,5 +101,3 @@ with gr.Blocks() as demo:
98
  demo.launch()
99
 
100
 
101
- chatbot = gr.ChatInterface(fn=respond, title = "Mind Matters", description = "Always here to help", editable = True)
102
- chatbot.launch()
 
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:
 
101
  demo.launch()
102
 
103