Nicous commited on
Commit
f81abf2
·
verified ·
1 Parent(s): ca6a221

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -486,6 +486,7 @@ with gr.Blocks(head=head) as demo:
486
  outputs=[output_text]
487
  )
488
 
 
489
  # Launch the Gradio app
490
  if __name__ == "__main__":
491
  demo.launch(share=True)
 
486
  outputs=[output_text]
487
  )
488
 
489
+ gr.Markdown(bibtext)
490
  # Launch the Gradio app
491
  if __name__ == "__main__":
492
  demo.launch(share=True)