vincentclaes commited on
Commit
0a7acfb
·
1 Parent(s): f29f56e

return none if document or question is none

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -411,7 +411,6 @@ examples = [
411
  with gr.Blocks(css=CSS) as demo:
412
  gr.Markdown("# Document Query Engine</center>")
413
  gr.Markdown("__Compare performance of different document layout models.__")
414
- gr.Markdown("__If you have any suggestions [contact me](https://www.linkedin.com/in/vincent-claes-0b346337/)__")
415
 
416
  document = gr.Variable()
417
  example_question = gr.Textbox(visible=False)
 
411
  with gr.Blocks(css=CSS) as demo:
412
  gr.Markdown("# Document Query Engine</center>")
413
  gr.Markdown("__Compare performance of different document layout models.__")
 
414
 
415
  document = gr.Variable()
416
  example_question = gr.Textbox(visible=False)