Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ def bansum(text):
|
|
| 73 |
st.success(text_output)
|
| 74 |
|
| 75 |
st.title("Bangla and English Summarizer:")
|
| 76 |
-
st.subheader("Input texts to summarize: ")
|
| 77 |
#@st.cache_resource(experimental_allow_widgets=True)
|
| 78 |
def main():
|
| 79 |
""" NLP Based Application with Streamlit """
|
|
|
|
| 73 |
st.success(text_output)
|
| 74 |
|
| 75 |
st.title("Bangla and English Summarizer:")
|
| 76 |
+
#st.subheader("Input texts to summarize: ")
|
| 77 |
#@st.cache_resource(experimental_allow_widgets=True)
|
| 78 |
def main():
|
| 79 |
""" NLP Based Application with Streamlit """
|