MINHCT commited on
Commit
10177d3
1 Parent(s): 1548124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ import numpy as np # scientific computing in Python
8
  import streamlit as st
9
 
10
  # from . import SVM_Linear_Model
11
- from . import Logistic_Model
12
- from . import vectorizer
13
  # from . import tokenizer
14
 
15
  # load all the models and vectorizer (global vocabulary)
 
8
  import streamlit as st
9
 
10
  # from . import SVM_Linear_Model
11
+ import Logistic_Model
12
+ import vectorizer
13
  # from . import tokenizer
14
 
15
  # load all the models and vectorizer (global vocabulary)