Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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 |
)
|