efeperro commited on
Commit
38918f9
1 Parent(s): 57ba920

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from functions_preprocess import LinguisticPreprocessor, download_if_non_existent, CNN
3
  import pickle
4
  import nltk
5
  from datasets import load_dataset
 
1
  import streamlit as st
2
+ from functions_preprocess import LinguisticPreprocessor, download_if_non_existent, CNN, build_vocab
3
  import pickle
4
  import nltk
5
  from datasets import load_dataset