achmaddhani commited on
Commit
092ef5d
·
1 Parent(s): f46ca7d

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -7,7 +7,7 @@ Batch : HCK-009
7
 
8
  Objective : Creating a page for emotion classification
9
  '''
10
- from functions import get_wordnet_pos, preprocess_text, text_model, prediction
11
  import streamlit as st
12
  import pandas as pd
13
  import joblib
 
7
 
8
  Objective : Creating a page for emotion classification
9
  '''
10
+ from functions import get_wordnet_pos, preprocess_text, prediction
11
  import streamlit as st
12
  import pandas as pd
13
  import joblib