Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
-
import joblib
|
| 3 |
import pandas as pd
|
|
|
|
| 4 |
|
| 5 |
# Load model and encoders
|
| 6 |
@st.cache_resource
|
|
|
|
| 1 |
+
|
| 2 |
import streamlit as st
|
|
|
|
| 3 |
import pandas as pd
|
| 4 |
+
import joblib
|
| 5 |
|
| 6 |
# Load model and encoders
|
| 7 |
@st.cache_resource
|