oberbics commited on
Commit
6bd61a4
·
verified ·
1 Parent(s): fb22341

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -529,7 +529,7 @@ Die Katastrophe in <span style="background-color: #a8e6cf; font-weight: bold; pa
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
  )
 
529
  output = gr.Textbox(label="Output", lines=10)
530
  excel_download_file = gr.File(
531
  label="Excel-Vorlage herunterladen",
532
+ value="test_dateline.xlsx", # Replace with the actual path to your Excel file
533
  visible=True,
534
  interactive=False
535
  )