Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,8 @@ def create_document_converter(
|
|
102 |
)
|
103 |
|
104 |
# Interface utilisateur avec Streamlit
|
105 |
-
st.title("
|
106 |
-
st.subheader("
|
107 |
|
108 |
uploaded_files = st.file_uploader(
|
109 |
"Sélectionnez vos fichiers (PDF, DOCX, PPTX, HTML, Images)", accept_multiple_files=True
|
|
|
102 |
)
|
103 |
|
104 |
# Interface utilisateur avec Streamlit
|
105 |
+
st.title("📊 Docling document converter ")
|
106 |
+
st.subheader("📤 Téléchargez un, ou plusieurs document pour commencer le traitement")
|
107 |
|
108 |
uploaded_files = st.file_uploader(
|
109 |
"Sélectionnez vos fichiers (PDF, DOCX, PPTX, HTML, Images)", accept_multiple_files=True
|