oberbics commited on
Commit
7270a4d
·
verified ·
1 Parent(s): f639cdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Earthquake_Japan_Analysis.xlsx", # Replace with the actual path to your Excel file
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
  )