Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
os.system('pip install joblib')
|
3 |
os.system('pip install scikit-learn')
|
4 |
os.system('pip install xgboost')
|
|
|
5 |
import streamlit as st
|
6 |
import pandas as pd
|
7 |
import joblib
|
|
|
2 |
os.system('pip install joblib')
|
3 |
os.system('pip install scikit-learn')
|
4 |
os.system('pip install xgboost')
|
5 |
+
os.system('pip install lightgbm')
|
6 |
import streamlit as st
|
7 |
import pandas as pd
|
8 |
import joblib
|