diff --git a/app.py b/app.py index 91951c5..938448b 100644 --- a/app.py +++ b/app.py @@ -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"):