cheeka84 commited on
Commit
b59435f
·
verified ·
1 Parent(s): 509aae7

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. 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.2.2
2
- huggingface_hub==0.32.6
3
- streamlit==1.43.2
4
- joblib==1.5.1
5
- scikit-learn==1.6.0
6
- xgboost==2.1.4
7
- mlflow==3.0.1
 
 
 
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