Soumen commited on
Commit
e113d20
1 Parent(s): 3f6c2be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def entity_analyzer(my_text):
86
  allData = ['"Token":{},\n"Entities":{}'.format(tokens,entities)]
87
  return allData
88
  def main():
89
- """ NLP Based Application with Streamlit """
90
  st.markdown("""
91
  #### Description
92
  ##This is a Natural Language Processing(NLP) base Application that is useful for basic NLP tasks such as follows:
 
86
  allData = ['"Token":{},\n"Entities":{}'.format(tokens,entities)]
87
  return allData
88
  def main():
89
+ """ NLP Based Application with Streamlit """
90
  st.markdown("""
91
  #### Description
92
  ##This is a Natural Language Processing(NLP) base Application that is useful for basic NLP tasks such as follows: