eternaut commited on
Commit
e02862b
·
verified ·
1 Parent(s): 8059267

Upload interface.py

Browse files
Files changed (1) hide show
  1. src/interface.py +2 -2
src/interface.py CHANGED
@@ -519,9 +519,9 @@ class makeInterface:
519
  </style>
520
  """, unsafe_allow_html=True)
521
 
522
- # File uploader with empty label (our CSS will provide the instructions)
523
  all_uploaded_files = st.file_uploader(
524
- "",
525
  accept_multiple_files=True,
526
  label_visibility="collapsed"
527
  )
 
519
  </style>
520
  """, unsafe_allow_html=True)
521
 
522
+ # File uploader with a descriptive label (hidden visually by CSS/label_visibility)
523
  all_uploaded_files = st.file_uploader(
524
+ "Carica i file Excel (incluso Allegato 666)",
525
  accept_multiple_files=True,
526
  label_visibility="collapsed"
527
  )