oberbics commited on
Commit
fb22341
·
verified ·
1 Parent(s): 5bc8895

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -527,6 +527,12 @@ Die Katastrophe in <span style="background-color: #a8e6cf; font-weight: bold; pa
527
  with gr.Column():
528
  status = gr.Textbox(label="Status")
529
  output = gr.Textbox(label="Output", lines=10)
 
 
 
 
 
 
530
 
531
  extract_btn.click(
532
  fn=extract_info,
 
527
  with gr.Column():
528
  status = gr.Textbox(label="Status")
529
  output = gr.Textbox(label="Output", lines=10)
530
+ excel_download_file = gr.File(
531
+ label="Excel-Vorlage herunterladen",
532
+ value="path/to/your/excel/template.xlsx", # Replace with the actual path to your Excel file
533
+ visible=True,
534
+ interactive=False
535
+ )
536
 
537
  extract_btn.click(
538
  fn=extract_info,