oberbics commited on
Commit
31affe1
·
verified ·
1 Parent(s): fd65df6

Update app.py

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