tea-phan-y commited on
Commit
c826996
·
verified ·
1 Parent(s): 2ed90b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -110,18 +110,18 @@ def query_model(question):
110
  welcome_message = """
111
  # 📖 Welcome to LitBot!
112
 
113
- ## Your AI-driven assistant for all literature-related queries. Created by Katie, Madeline, and Tiffany of the 2024 Kode With Klossy Los Angeles 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 LitBot!
112
 
113
+ ## Your trusted reading guide: an AI-driven assistant for all literature-related queries. Created by Katie, Madeline, and Tiffany of the 2024 Kode With Klossy Los Angeles Camp.
114
  """
115
 
116
  topics = """
117
  ### Feel Free to ask me anything from the topics below!
118
+ - Themes
119
+ - Historical Context
120
+ - Symbolism
121
+ - Potential Reading Challenges
122
+ - Controversies
123
+ - Book Background Information
124
+
125
  """
126
 
127
  # Setup the Gradio Blocks interface with custom layout components