newoz commited on
Commit
d089bb4
·
1 Parent(s): 0283da8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Afficher les longs paragraphes d'un fichier PDF")
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"])