Piyushmryaa commited on
Commit
442d172
1 Parent(s): 38cc06f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ def input_(input):
172
  pos[i]= 4
173
  return pos
174
  st.title('Chunk tagging')
175
- input = st.text_input('Input the pos tags')
176
 
177
  import nltk
178
  nltk.download('punkt')
 
172
  pos[i]= 4
173
  return pos
174
  st.title('Chunk tagging')
175
+ input = st.text_input('Input the sentence')
176
 
177
  import nltk
178
  nltk.download('punkt')