Spaces:
Runtime error
Runtime error
Commit
·
95e1ca4
1
Parent(s):
79076f5
Update app.py
Browse files
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
|
| 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:
|