Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
-
|
119 |
-
-
|
120 |
-
-
|
121 |
-
-
|
122 |
-
-
|
123 |
-
-
|
124 |
-
|
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
|