Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,6 @@ def main():
|
|
171 |
if st.checkbox("Summarize generated text"):
|
172 |
engsum(text_ouput)
|
173 |
|
174 |
-
|
175 |
if st.checkbox("Mark for Text Summarization"):
|
176 |
if b==1:
|
177 |
bansum(text)
|
|
|
171 |
if st.checkbox("Summarize generated text"):
|
172 |
engsum(text_ouput)
|
173 |
|
|
|
174 |
if st.checkbox("Mark for Text Summarization"):
|
175 |
if b==1:
|
176 |
bansum(text)
|