PierreBrunelle
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -264,13 +264,6 @@ with gr.Blocks(theme=Monochrome) as demo:
|
|
264 |
with gr.Row():
|
265 |
with gr.Column(scale=1):
|
266 |
download_button = gr.Button("Download Results as CSV")
|
267 |
-
|
268 |
-
gr.Examples(
|
269 |
-
examples=[['zacks-nvidia-report.pdf']],
|
270 |
-
inputs=[pdf_files])
|
271 |
-
gr.Examples(
|
272 |
-
examples=[['groundtruth.csv']],
|
273 |
-
inputs=[ground_truth_file])
|
274 |
|
275 |
with gr.Column(scale=2):
|
276 |
csv_output = gr.File(label="CSV Download")
|
|
|
264 |
with gr.Row():
|
265 |
with gr.Column(scale=1):
|
266 |
download_button = gr.Button("Download Results as CSV")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
|
268 |
with gr.Column(scale=2):
|
269 |
csv_output = gr.File(label="CSV Download")
|