cindywqng commited on
Commit
ec89e27
·
verified ·
1 Parent(s): a1499a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -23
app.py CHANGED
@@ -126,28 +126,12 @@ welcome_message = """
126
  """
127
 
128
  """
129
- ## Your AI-driven assistant for destressing and extracurricular opportunity queries. Created by Olivia W, Alice T, and Cindy W of the 2024 Kode With Klossy CITY Camp.
130
  """
131
 
132
- topics = """
133
- ### If you are interested in the following below, click on our Student Opportunities Database!
134
- - Engineering
135
- - Technology / Computer Science
136
- - Research : STEM
137
- - Finance
138
- - Law / Political Science / Debate
139
- - The Arts
140
- - Business / Leadership
141
- - Pyschology
142
- - Medicine / Biology
143
- - Literature / Writing
144
- - College Prep
145
- - Advocacy: Non-Profit, Environment or Identity
146
- - Volunteering
147
- - Study Abroad
148
- """
149
 
150
- topics2= """
 
151
  ### Feel Free to ask CalmBot (Our Therapist Bot) anything from the topics below!
152
  - Arts and Crafts (When asking for arts and crafts ideas, state whether you have 15 min, 30 min, 45 min, 1 hour, 1 hour and a half, 2 hours, 2 hours and a half, 3 hours or greater)
153
  - Destressing strategies (Breathing Exercises, stretches, etc.)
@@ -211,10 +195,7 @@ with gr.Blocks(theme=theme) as demo:
211
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
212
 
213
  with gr.Row():
214
- big_block = gr.HTML("### <button><a href='https://www.headspace.com/teens'>FREE: HEADSPACE FOR TEENS </a></button>")
215
- big_block2 = gr.HTML("<button><a href='https://calmconnect-flower.replit.app/'>PLAY FLOWER GAME</a></button>")
216
- big_block3 = gr.HTML("<button><a href='https://www.nyc.gov/site/doh/health/health-topics/teenspace.page'>NYC: TEENSPACE (free services)</a></button>")
217
- big_block4 =gr.HTML("<button><a href='https://www.teenlife.com/blog/mental-health-resources-for-teens/'>TEEN MENTAL HEALTH RESOURCES (free services)</a></button>")
218
 
219
 
220
  demo.launch()
 
126
  """
127
 
128
  """
129
+ ## Your AI-driven assistant for destressing activities to unlock your inner calm.
130
  """
131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
 
133
+
134
+ topics= """
135
  ### Feel Free to ask CalmBot (Our Therapist Bot) anything from the topics below!
136
  - Arts and Crafts (When asking for arts and crafts ideas, state whether you have 15 min, 30 min, 45 min, 1 hour, 1 hour and a half, 2 hours, 2 hours and a half, 3 hours or greater)
137
  - Destressing strategies (Breathing Exercises, stretches, etc.)
 
195
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
196
 
197
  with gr.Row():
198
+
 
 
 
199
 
200
 
201
  demo.launch()