ifw-arz commited on
Commit
ffa7f23
1 Parent(s): 07f7e56
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from processing.barsplots_rootcauses import check_classification
17
  from processing.cloud_access import auto_download
18
 
19
  sprint_data_folder = "Messungen"
20
- seafile_token = st.secrets("seafile_token")
21
 
22
 
23
 
 
17
  from processing.cloud_access import auto_download
18
 
19
  sprint_data_folder = "Messungen"
20
+ seafile_token = st.secrets("SEAFILE_TOKEN")
21
 
22
 
23