Spaces:
Running
Running
Update ui/gradio_ui.py
Browse files- ui/gradio_ui.py +1 -1
ui/gradio_ui.py
CHANGED
@@ -20,7 +20,7 @@ def ui():
|
|
20 |
document = gr.Files(height=300, file_count="multiple", file_types=["pdf"], interactive=True,
|
21 |
label='Upload PDF documents.')
|
22 |
with gr.Row():
|
23 |
-
gr.Examples([["./examples/Roe V Wade.pdf"],["./examples/Trade act.pdf"]], document,
|
24 |
label='Documents Examples')
|
25 |
with gr.Row():
|
26 |
gr.Markdown("<h5><b>Advanced settings</b></h5>")
|
|
|
20 |
document = gr.Files(height=300, file_count="multiple", file_types=["pdf"], interactive=True,
|
21 |
label='Upload PDF documents.')
|
22 |
with gr.Row():
|
23 |
+
gr.Examples([["./examples/Roe V Wade.pdf"],["./examples/Trade act.pdf"], ["./examples/Roe V Wade.pdf","./examples/Trade act.pdf"]], document,
|
24 |
label='Documents Examples')
|
25 |
with gr.Row():
|
26 |
gr.Markdown("<h5><b>Advanced settings</b></h5>")
|