Upload interface.py
Browse files- 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
|
| 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 |
)
|