Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = []
|