Cecilia-CC136 commited on
Commit
77affd0
·
verified ·
1 Parent(s): 944c779

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -9
app.py CHANGED
@@ -108,20 +108,16 @@ 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 SustAIna-bot!
112
 
113
+ ## Your AI-driven assistant for meat, veggi, and plant-based recipe-related queries. Created by Cecilia, Halle, and Elena of the 2024 Kode With Klossy DC Camp.
114
  """
115
 
116
  topics = """
117
  ### Feel Free to ask me anything from the topics below!
118
+ - Mushroom Recipes
119
+ - Carrot Recipes
120
+ - Kale Recipes
 
 
 
 
121
  """
122
 
123
  # Setup the Gradio Blocks interface with custom layout components