Dineshkumars commited on
Commit
95e1ca4
·
1 Parent(s): 79076f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def summary(txt, top_n=5):
58
 
59
 
60
  import streamlit as st
61
- st.title("Text Summarizer using Streamlit")
62
  file = st.file_uploader("Upload file", type=["txt"])
63
  no_para=st.text_input("Enter the size of summarized paragraph :")
64
  if file is not None:
 
58
 
59
 
60
  import streamlit as st
61
+ st.title("Text Summarizer")
62
  file = st.file_uploader("Upload file", type=["txt"])
63
  no_para=st.text_input("Enter the size of summarized paragraph :")
64
  if file is not None: