tea-phan-y
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -135,6 +135,9 @@ books = """
|
|
135 |
- Lord of the Flies
|
136 |
- Hamlet
|
137 |
"""
|
|
|
|
|
|
|
138 |
space = """
|
139 |
###
|
140 |
"""
|
@@ -149,6 +152,7 @@ with gr.Blocks(theme='katiiegomez/litbot-revamped') as demo:
|
|
149 |
gr.Markdown(topics)
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
|
|
152 |
# book = gr.Dropdown(
|
153 |
# ["The Great Gatsby", "The Crucible", "Fahrenheit 451", "Of Mice and Men", "To Kill a Mockingbird", "Romeo and Juliet", "The Catcher in the Rye", "Pride and Prejudice", "Lord of the Flies", "Hamlet"],
|
154 |
# label = "Choose a book!",
|
|
|
135 |
- Lord of the Flies
|
136 |
- Hamlet
|
137 |
"""
|
138 |
+
warn = """
|
139 |
+
### Make sure to clarify which book you are asking questions about in your question.
|
140 |
+
"""
|
141 |
space = """
|
142 |
###
|
143 |
"""
|
|
|
152 |
gr.Markdown(topics)
|
153 |
with gr.Row():
|
154 |
with gr.Column():
|
155 |
+
gr.Markdown(warn)
|
156 |
# book = gr.Dropdown(
|
157 |
# ["The Great Gatsby", "The Crucible", "Fahrenheit 451", "Of Mice and Men", "To Kill a Mockingbird", "Romeo and Juliet", "The Catcher in the Rye", "Pride and Prejudice", "Lord of the Flies", "Hamlet"],
|
158 |
# label = "Choose a book!",
|