Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ with open("font.css") as f:
|
|
| 72 |
st.markdown("<style>{}</style>".format(f.read()), unsafe_allow_html=True)
|
| 73 |
|
| 74 |
# Sidebar
|
| 75 |
-
st.sidebar.image("Images/
|
| 76 |
st.sidebar.title("ABOUT THE APP")
|
| 77 |
st.sidebar.write(
|
| 78 |
"SummaScribe: Your PDF wingman! 🚀 Unleash the power of Streamlit and LangChain to transform boring text PDFs into "
|
|
|
|
| 72 |
st.markdown("<style>{}</style>".format(f.read()), unsafe_allow_html=True)
|
| 73 |
|
| 74 |
# Sidebar
|
| 75 |
+
st.sidebar.image("Images/sidebar_pic2.png")
|
| 76 |
st.sidebar.title("ABOUT THE APP")
|
| 77 |
st.sidebar.write(
|
| 78 |
"SummaScribe: Your PDF wingman! 🚀 Unleash the power of Streamlit and LangChain to transform boring text PDFs into "
|