Update app.py
Browse files
app.py
CHANGED
@@ -287,7 +287,7 @@ gradio-app h2, .gradio-app h2 {
|
|
287 |
"""
|
288 |
|
289 |
with gr.Blocks(css=CSS) as demo:
|
290 |
-
gr.Markdown("# Books question answering")
|
291 |
|
292 |
document = gr.Variable()
|
293 |
example_question = gr.Textbox(visible=False)
|
|
|
287 |
"""
|
288 |
|
289 |
with gr.Blocks(css=CSS) as demo:
|
290 |
+
gr.Markdown("# Books question answering 🦎")
|
291 |
|
292 |
document = gr.Variable()
|
293 |
example_question = gr.Textbox(visible=False)
|