Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -303,4 +303,4 @@ if pipeline:
|
|
| 303 |
st.metric("π Context", n_context_docs)
|
| 304 |
with col4:
|
| 305 |
pdf_count = len(list(Path(pdf_dir).glob("*.pdf")))
|
| 306 |
-
st.metric("π PDFs", pdf_count)
|
|
|
|
| 303 |
st.metric("π Context", n_context_docs)
|
| 304 |
with col4:
|
| 305 |
pdf_count = len(list(Path(pdf_dir).glob("*.pdf")))
|
| 306 |
+
st.metric("π PDFs", pdf_count)
|