Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -103,14 +103,22 @@ welcome_message = """
|
|
103 |
"""
|
104 |
|
105 |
topics = """
|
106 |
-
### Feel Free to
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
"""
|
115 |
|
116 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
103 |
"""
|
104 |
|
105 |
topics = """
|
106 |
+
### Feel Free to Ask Me Anything from the Topics Below!
|
107 |
+
How to donate to schools
|
108 |
+
Volunteering opportunities
|
109 |
+
Sponsoring classroom projects
|
110 |
+
Adopting a classroom
|
111 |
+
Organizing and sponsoring field trips
|
112 |
+
Donating classroom resources
|
113 |
+
Career day participation
|
114 |
+
Supporting school events
|
115 |
+
Mentorship programs
|
116 |
+
Supporting extracurricular activities
|
117 |
+
Donating books and library resources
|
118 |
+
Helping with technology needs
|
119 |
+
Contributing to arts and music programs
|
120 |
+
Tutoring and after-school programs
|
121 |
+
Fundraising and organizing events
|
122 |
"""
|
123 |
|
124 |
# Setup the Gradio Blocks interface with custom layout components
|