Spaces:
Runtime error
Runtime error
Commit
·
0a7acfb
1
Parent(s):
f29f56e
return none if document or question is none
Browse files
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)
|