Soumen commited on
Commit
07c7d3a
·
1 Parent(s): b3b4ade

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 """