Laura7819 commited on
Commit
4f57913
·
verified ·
1 Parent(s): 5891c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -10
app.py CHANGED
@@ -108,20 +108,22 @@ def query_model(question):
108
 
109
  # Define the welcome message and specific topics the chatbot can provide information about
110
  welcome_message = """
111
- # ♟️ Welcome to ChessBot!
112
 
113
- ## Your AI-driven assistant for all chess-related queries. Created by SCHOLAR1, SCHOLAR2, and SCHOLAR3 of the 2024 Kode With Klossy CITY Camp.
114
  """
115
 
116
  topics = """
117
- ### Feel Free to ask me anything from the topics below!
118
- - Chess piece movements
119
- - Special moves
120
- - Game phases
121
- - Common strategies
122
- - Chess terminology
123
- - Famous games
124
- - Chess tactics
 
 
125
  """
126
 
127
  # Setup the Gradio Blocks interface with custom layout components
 
108
 
109
  # Define the welcome message and specific topics the chatbot can provide information about
110
  welcome_message = """
111
+ # ♻️ Welcome to GreenGuide!
112
 
113
+ ## Your AI-driven assistant for all chess-related queries. Created by Emma, Laura, and Saahiti of the 2024 Kode With Klossy CITY Camp.
114
  """
115
 
116
  topics = """
117
+ ### Welcome to GreenGuide!
118
+ ## Feel free to ask me anything about how to sort your trash!
119
+ - Prescription bottles
120
+ - Soft plastic
121
+ - Glass
122
+ - Furniture
123
+ - Wood
124
+ - Leftover food
125
+ - Food packaging
126
+ - Electronics (batteries)
127
  """
128
 
129
  # Setup the Gradio Blocks interface with custom layout components