Spaces:
Runtime error
Runtime error
Commit
·
584bf9c
1
Parent(s):
2d762ea
Update app.py
Browse files
app.py
CHANGED
@@ -6,18 +6,10 @@ Created on Fri May 19 01:25:27 2023
|
|
6 |
"""
|
7 |
|
8 |
import streamlit as st
|
9 |
-
import json
|
10 |
-
import pickle
|
11 |
import numpy as np
|
12 |
-
import os
|
13 |
-
import itertools
|
14 |
from src.preprocessor import transform_single_data_point
|
15 |
import joblib
|
16 |
import xgboost as xgb
|
17 |
-
|
18 |
-
v = st.__version__
|
19 |
-
|
20 |
-
print(v)
|
21 |
"""
|
22 |
STREAMLIT INTERFACE
|
23 |
"""
|
|
|
6 |
"""
|
7 |
|
8 |
import streamlit as st
|
|
|
|
|
9 |
import numpy as np
|
|
|
|
|
10 |
from src.preprocessor import transform_single_data_point
|
11 |
import joblib
|
12 |
import xgboost as xgb
|
|
|
|
|
|
|
|
|
13 |
"""
|
14 |
STREAMLIT INTERFACE
|
15 |
"""
|