Update app.py
Browse files
app.py
CHANGED
@@ -123,11 +123,19 @@ welcome_message = """
|
|
123 |
|
124 |
topics = """
|
125 |
|
126 |
-
### Feel Free to ask
|
127 |
- Arts and Crafts
|
128 |
- Destressing strategies (Breathing Exercises, stretches, etc.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
|
130 |
-
|
|
|
131 |
- Engineering
|
132 |
- Technology / Computer Science
|
133 |
- Research : STEM
|
@@ -142,16 +150,6 @@ topics = """
|
|
142 |
- Advocacy: Non-Profit, Environment or Identity
|
143 |
- Volunteering
|
144 |
- Study Abroad
|
145 |
-
|
146 |
-
### Or you can talk to our online therapist about the topics below!
|
147 |
-
- Mental Health
|
148 |
-
- Identity (Sexual, Gender, etc.)
|
149 |
-
- Bullying
|
150 |
-
- Racism
|
151 |
-
- Relationships (Family, Friends, etc.)
|
152 |
-
- Abuse (Emotional, Physical, Sexual, Mental, etc.)
|
153 |
-
- Support Resources
|
154 |
-
|
155 |
"""
|
156 |
# Create a Gradio HTML component
|
157 |
def display_iframe():
|
|
|
123 |
|
124 |
topics = """
|
125 |
|
126 |
+
### Feel Free to ask CalmBot(Our Therapist Bot) anything from the topics below!
|
127 |
- Arts and Crafts
|
128 |
- Destressing strategies (Breathing Exercises, stretches, etc.)
|
129 |
+
- Mental Health
|
130 |
+
- Identity (Sexual, Gender, etc.)
|
131 |
+
- Bullying
|
132 |
+
- Racism
|
133 |
+
- Relationships (Family, Friends, etc.)
|
134 |
+
- Abuse (Emotional, Physical, Sexual, Mental, etc.)
|
135 |
+
- Support Resources
|
136 |
|
137 |
+
|
138 |
+
### If you are interested in the following below, click on our Student Opportunities Database!
|
139 |
- Engineering
|
140 |
- Technology / Computer Science
|
141 |
- Research : STEM
|
|
|
150 |
- Advocacy: Non-Profit, Environment or Identity
|
151 |
- Volunteering
|
152 |
- Study Abroad
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
"""
|
154 |
# Create a Gradio HTML component
|
155 |
def display_iframe():
|