Michael S. R. commited on
Commit
b143c19
·
unverified ·
1 Parent(s): df6e456

Update pages.py

Browse files
Files changed (1) hide show
  1. pages.py +1 -0
pages.py CHANGED
@@ -7,6 +7,7 @@ def home():
7
  st.write("Welcome to the Prospectus Lens! Upload the PDF of the prospectus below!")
8
  uploaded_file = st.file_uploader("Upload your Prospectus File", accept_multiple_files=False, type=["pdf"])
9
  st.session_state["uploaded_file"] = uploaded_file
 
10
 
11
  def cover():
12
  find_cover(uploaded_file=st.session_state.get("uploaded_file"))
 
7
  st.write("Welcome to the Prospectus Lens! Upload the PDF of the prospectus below!")
8
  uploaded_file = st.file_uploader("Upload your Prospectus File", accept_multiple_files=False, type=["pdf"])
9
  st.session_state["uploaded_file"] = uploaded_file
10
+ st.caption("Made with ❤️ by @michael_sr24")
11
 
12
  def cover():
13
  find_cover(uploaded_file=st.session_state.get("uploaded_file"))