Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,21 +104,21 @@ welcome_message = """
|
|
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
|
|
|
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
|