Soumen commited on
Commit
54ee49c
1 Parent(s): f6a6e42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -40,6 +40,8 @@ import numpy as np
40
  import pytesseract
41
  #pytesseract.pytesseract.tesseract_cmd = r"./Tesseract-OCR/tesseract.exe"
42
  from PIL import Image
 
 
43
  @st.experimental_singleton
44
  def text_analyzer(my_text):
45
  nlp = spacy.load('en_core_web_sm')
@@ -61,9 +63,6 @@ def entity_analyzer(my_text):
61
 
62
  def main():
63
  """ NLP Based App with Streamlit """
64
-
65
- # Title
66
- st.title("Streamlit NLP APP")
67
  st.markdown("""
68
  #### Description
69
  + This is a Natural Language Processing(NLP) Based App useful for basic NLP task
 
40
  import pytesseract
41
  #pytesseract.pytesseract.tesseract_cmd = r"./Tesseract-OCR/tesseract.exe"
42
  from PIL import Image
43
+ # Title
44
+ st.title("Streamlit NLP APP")
45
  @st.experimental_singleton
46
  def text_analyzer(my_text):
47
  nlp = spacy.load('en_core_web_sm')
 
63
 
64
  def main():
65
  """ NLP Based App with Streamlit """
 
 
 
66
  st.markdown("""
67
  #### Description
68
  + This is a Natural Language Processing(NLP) Based App useful for basic NLP task