Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -719,7 +719,7 @@ with gr.Blocks(css=custom_css, title="Daten Strukturieren und Analysieren") as d
|
|
| 719 |
output = gr.Textbox(label="Output", lines=10)
|
| 720 |
excel_download_file = gr.File(
|
| 721 |
label="Excel-Vorlage herunterladen",
|
| 722 |
-
value="
|
| 723 |
visible=True,
|
| 724 |
interactive=False
|
| 725 |
)
|
|
|
|
| 719 |
output = gr.Textbox(label="Output", lines=10)
|
| 720 |
excel_download_file = gr.File(
|
| 721 |
label="Excel-Vorlage herunterladen",
|
| 722 |
+
value="Earthquake_Japan_Places.xlsx", # Replace with the actual path to your Excel file
|
| 723 |
visible=True,
|
| 724 |
interactive=False
|
| 725 |
)
|