Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def extraire_long_paragraphes(texte, longueur_minimale=200):
|
|
| 8 |
return longs_paragraphes
|
| 9 |
|
| 10 |
# Titre de l'application
|
| 11 |
-
st.title("
|
| 12 |
|
| 13 |
# Section d'upload de fichier PDF
|
| 14 |
uploaded_file = st.file_uploader("Sélectionnez un fichier PDF", type=["pdf"])
|
|
|
|
| 8 |
return longs_paragraphes
|
| 9 |
|
| 10 |
# Titre de l'application
|
| 11 |
+
st.title("PDF2SLIDE")
|
| 12 |
|
| 13 |
# Section d'upload de fichier PDF
|
| 14 |
uploaded_file = st.file_uploader("Sélectionnez un fichier PDF", type=["pdf"])
|