Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleverIdiott authored Feb 2, 2024
1 parent 63824b3 commit a6e212c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def extract_text_from_pdf(file_path):

elif choice == "Summarize Document":
st.subheader("Summarize Document")
st.write("Made by Aritra Ghosh (itsaritra.pages.dev)")
input_file = st.file_uploader("Upload your document here", type=['pdf'])
if input_file is not None:
if st.button("Summarize Document"):
Expand Down

0 comments on commit a6e212c

Please sign in to comment.