lossLopes commited on
Commit
cb2a723
·
1 Parent(s): bd3b077

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import nltk
 
2
 
3
  def fragment_text(text, tokenizer):
4
 
 
1
  import nltk
2
+ import streamlit as st
3
 
4
  def fragment_text(text, tokenizer):
5