Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
import numpy as np
|
4 |
-
import openpyxl
|
5 |
from sklearn.preprocessing import MinMaxScaler
|
6 |
from sklearn.feature_extraction.text import CountVectorizer
|
7 |
from sklearn.ensemble import RandomForestClassifier
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
import numpy as np
|
|
|
4 |
from sklearn.preprocessing import MinMaxScaler
|
5 |
from sklearn.feature_extraction.text import CountVectorizer
|
6 |
from sklearn.ensemble import RandomForestClassifier
|