phoeben22 commited on
Commit
eedc124
·
verified ·
1 Parent(s): 9be04c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -9
app.py CHANGED
@@ -110,18 +110,12 @@ def query_model(question):
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
 
110
  welcome_message = """
111
  # ♟️ Welcome to ChessBot!
112
 
113
+ ## Your AI-driven assistant for phone recommendations. Created by Heidi Santiago, Kashia Yang, and Phoebe Ng of the 2024 Kode With Klossy CITY Camp.
114
  """
115
 
116
  topics = """
117
+ ### Please input specific features you would like!
118
+ -
 
 
 
 
 
 
119
  """
120
 
121
  # Setup the Gradio Blocks interface with custom layout components