Spaces:
Running
Running
Minor update to app.py
Browse files
app.py
CHANGED
@@ -1669,4 +1669,4 @@ with main_tab1:
|
|
1669 |
# For PDFs, show an icon or info message
|
1670 |
st.info(f"PDF Example: {img_path.name}")
|
1671 |
else:
|
1672 |
-
st.info("No example documents found. Upload your own document to get started.")
|
|
|
1669 |
# For PDFs, show an icon or info message
|
1670 |
st.info(f"PDF Example: {img_path.name}")
|
1671 |
else:
|
1672 |
+
st.info("No example documents found. Upload your own document to get started.")# Minor update
|