Update app.py
Browse files
app.py
CHANGED
@@ -114,11 +114,13 @@ welcome_message = """
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
|
|
|
|
117 |
### Feel Free to ask me anything from the topics below!
|
118 |
- Arts and Crafts
|
119 |
-
- Destressing strategies
|
120 |
|
121 |
-
|
122 |
- Engineering
|
123 |
- Tech/Computer Science
|
124 |
- Research : STEM
|
@@ -134,6 +136,15 @@ topics = """
|
|
134 |
- Study Abroad
|
135 |
- General (unsure of what you want to do)
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
"""
|
138 |
|
139 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
+
#### HEYYYYY
|
118 |
+
|
119 |
### Feel Free to ask me anything from the topics below!
|
120 |
- Arts and Crafts
|
121 |
+
- Destressing strategies (Breathing Exercises, stretches, etc.)
|
122 |
|
123 |
+
### Or you can about the following extracurricular opportunity topics below!
|
124 |
- Engineering
|
125 |
- Tech/Computer Science
|
126 |
- Research : STEM
|
|
|
136 |
- Study Abroad
|
137 |
- General (unsure of what you want to do)
|
138 |
|
139 |
+
### Or you can talk to our online therapist about the topics below!
|
140 |
+
- Mental Health
|
141 |
+
- Identity (Sexual, Gender, etc.)
|
142 |
+
- Bullying
|
143 |
+
- Racism
|
144 |
+
- Relationships (Family, Friends, etc.)
|
145 |
+
- Abuse (Emotional, Physical, Sexual, Mental, etc.)
|
146 |
+
- Support Resources
|
147 |
+
|
148 |
"""
|
149 |
|
150 |
# Setup the Gradio Blocks interface with custom layout components
|