Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleverIdiott authored Dec 18, 2023
1 parent fc44f98 commit 0fd6ef7
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 @@ -24,7 +24,6 @@ def extract_text_from_pdf(file_path):

if choice == "Summarize Text":
st.subheader("Summarize Text")
st.write("Made by Aritra Ghosh (itsaritra.pages.dev)")
input_text = st.text_area("Enter your text here")
if input_text is not None:
if st.button("Summarize Text"):
Expand Down

0 comments on commit 0fd6ef7

Please sign in to comment.