Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -702,7 +702,7 @@ Die Katastrophe in <span style="background-color: #a8e6cf; font-weight: bold; pa
|
|
702 |
output = gr.Textbox(label="Output", lines=10)
|
703 |
excel_download_file = gr.File(
|
704 |
label="Excel-Vorlage herunterladen",
|
705 |
-
value="
|
706 |
visible=True,
|
707 |
interactive=False
|
708 |
)
|
|
|
702 |
output = gr.Textbox(label="Output", lines=10)
|
703 |
excel_download_file = gr.File(
|
704 |
label="Excel-Vorlage herunterladen",
|
705 |
+
value="Earthquake_Japan_Analysis.xlsx", # Replace with the actual path to your Excel file
|
706 |
visible=True,
|
707 |
interactive=False
|
708 |
)
|