PierreBrunelle commited on
Commit
92f2ce1
·
verified ·
1 Parent(s): 66368d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -270,7 +270,8 @@ with gr.Blocks(theme=Monochrome) as demo:
270
  inputs=[pdf_files])
271
  gr.Examples(
272
  examples=['Q-A-Rag.xlsx'],
273
- inputs=[ground_truth_files])
 
274
  with gr.Column(scale=2):
275
  csv_output = gr.File(label="CSV Download")
276
 
 
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):
276
  csv_output = gr.File(label="CSV Download")
277