PierreBrunelle commited on
Commit
5e37164
·
verified ·
1 Parent(s): aedeb90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -266,10 +266,10 @@ with gr.Blocks(theme=Monochrome) as demo:
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=['Q-A-Rag.xlsx'],
273
  inputs=[ground_truth_file])
274
 
275
  with gr.Column(scale=2):
 
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):