3mrology commited on
Commit
f4f852c
·
1 Parent(s): 5e0428f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)