masadonline commited on
Commit
6409405
Β·
verified Β·
1 Parent(s): e801ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ if not pdf_paths:
27
  st.warning("πŸ“ Please place some PDF files in the `docs/` folder.")
28
  st.stop()
29
 
30
- st.info(f"πŸ“„ Loaded {len(pdf_paths)} document(s) from `docs/`")
31
 
32
  # Load and split all PDFs
33
  documents = []
 
27
  st.warning("πŸ“ Please place some PDF files in the `docs/` folder.")
28
  st.stop()
29
 
30
+ #st.info(f"πŸ“„ Loaded {len(pdf_paths)} document(s) from `docs/`")
31
 
32
  # Load and split all PDFs
33
  documents = []