mardor commited on
Commit
9f6f7b3
·
verified ·
1 Parent(s): e0dda35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -8
app.py CHANGED
@@ -103,14 +103,22 @@ welcome_message = """
103
  """
104
 
105
  topics = """
106
- ### Feel Free to ask me anything from the topics below!
107
- - Chess piece movements
108
- - Special moves
109
- - Game phases
110
- - Common strategies
111
- - Chess terminology
112
- - Famous games
113
- - Chess tactics
 
 
 
 
 
 
 
 
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