Spaces:
Runtime error
Runtime error
Amanda commited on
Commit ·
722ea4d
1
Parent(s): e7cad16
Update app.py
Browse files
app.py
CHANGED
|
@@ -266,11 +266,7 @@ gradio-app h2, .gradio-app h2 {
|
|
| 266 |
"""
|
| 267 |
|
| 268 |
with gr.Blocks(css=CSS) as demo:
|
| 269 |
-
gr.Markdown(
|
| 270 |
-
"""
|
| 271 |
-
# Ashling Partners
|
| 272 |
-

|
| 273 |
-
""")
|
| 274 |
gr.Markdown("# 🍀 Ashling Partners")
|
| 275 |
gr.Markdown("## 🥳 Document QA Playground")
|
| 276 |
gr.Markdown(
|
|
@@ -279,7 +275,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
| 279 |
" To use it, simply upload an image or PDF, type a question, and click 'submit', or "
|
| 280 |
" click one of the examples to load them."
|
| 281 |
" DocQuery is MIT-licensed and available on [Github](https://github.com/impira/docquery)."
|
| 282 |
-
"
|
| 283 |
)
|
| 284 |
|
| 285 |
document = gr.Variable()
|
|
|
|
| 266 |
"""
|
| 267 |
|
| 268 |
with gr.Blocks(css=CSS) as demo:
|
| 269 |
+
gr.Markdown("Logo.png")
|
|
|
|
|
|
|
|
|
|
|
|
|
| 270 |
gr.Markdown("# 🍀 Ashling Partners")
|
| 271 |
gr.Markdown("## 🥳 Document QA Playground")
|
| 272 |
gr.Markdown(
|
|
|
|
| 275 |
" To use it, simply upload an image or PDF, type a question, and click 'submit', or "
|
| 276 |
" click one of the examples to load them."
|
| 277 |
" DocQuery is MIT-licensed and available on [Github](https://github.com/impira/docquery)."
|
| 278 |
+
" Inspired by Impira's DocQuery Space."
|
| 279 |
)
|
| 280 |
|
| 281 |
document = gr.Variable()
|