CJahns commited on
Commit
615aa71
·
1 Parent(s): 02b8818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ import streamlit as st
25
  # %%
26
 
27
  url_excel = r'Input_Jahr_2021.xlsx'
28
- url_excel = st.file_uploader()
29
 
30
 
31
  # %%
 
25
  # %%
26
 
27
  url_excel = r'Input_Jahr_2021.xlsx'
28
+ url_excel = st.file_uploader(label = 'Excel Upload')
29
 
30
 
31
  # %%