Scarletta975 commited on
Commit
d3c2418
·
verified ·
1 Parent(s): 1b5b996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/sidebar_pic.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 "
 
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 "