Update app.py
Browse files
app.py
CHANGED
@@ -322,6 +322,9 @@ with upload_col:
|
|
322 |
|
323 |
# Sample PDF selector
|
324 |
st.markdown("### Or choose a sample:")
|
|
|
|
|
|
|
325 |
sample_cols = st.columns(len(sample_pdfs))
|
326 |
|
327 |
for i, (label, file_path) in enumerate(sample_pdfs.items()):
|
@@ -601,4 +604,6 @@ else:
|
|
601 |
|
602 |
# Add footer with information
|
603 |
st.markdown("---")
|
604 |
-
st.markdown("
|
|
|
|
|
|
322 |
|
323 |
# Sample PDF selector
|
324 |
st.markdown("### Or choose a sample:")
|
325 |
+
st.markdown(
|
326 |
+
"In case the preview is not working, you can find these samples at [Notion](https://www.notion.so/Sample-Mock-Documents-for-Analysis-1d14cfc2eb35804cafa7e7db7531b1b8?pvs=4)")
|
327 |
+
|
328 |
sample_cols = st.columns(len(sample_pdfs))
|
329 |
|
330 |
for i, (label, file_path) in enumerate(sample_pdfs.items()):
|
|
|
604 |
|
605 |
# Add footer with information
|
606 |
st.markdown("---")
|
607 |
+
st.markdown("""
|
608 |
+
[GitHub Repository](https://koulmesahil.github.io/) | [LinkedIn](https://www.linkedin.com/in/sahilkoul123/)
|
609 |
+
""")
|