Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- app.py +2 -1
- requirements.txt +9 -7
app.py
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
import numpy as np
|
| 4 |
from huggingface_hub import hf_hub_download
|
| 5 |
-
import joblib
|
| 6 |
|
| 7 |
st.set_page_config(page_title="tourism package purchase", page_icon="🧳", layout="centered")
|
| 8 |
|
|
|
|
| 1 |
+
|
| 2 |
+
import joblib
|
| 3 |
import streamlit as st
|
| 4 |
import pandas as pd
|
| 5 |
import numpy as np
|
| 6 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 7 |
|
| 8 |
st.set_page_config(page_title="tourism package purchase", page_icon="🧳", layout="centered")
|
| 9 |
|
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
-
pandas=
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas>=2.0
|
| 2 |
+
numpy>=1.24
|
| 3 |
+
scikit-learn>=1.3
|
| 4 |
+
mlflow>=2.12
|
| 5 |
+
huggingface_hub>=0.24
|
| 6 |
+
joblib>=1.3
|
| 7 |
+
streamlit>=1.34
|
| 8 |
+
pyyaml>=6
|
| 9 |
+
xgboost>=2.1.4
|