BaskaranAIExpert commited on
Commit
f403b33
·
verified ·
1 Parent(s): 9fa44ec

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +1 -2
  2. requirements.txt +1 -0
app.py CHANGED
@@ -9,8 +9,7 @@ import pandas as pd
9
  from huggingface_hub import hf_hub_download
10
  import joblib
11
 
12
- # TODO: Replace with your Hugging Face username
13
- HF_USERNAME = "BaskaranAIExpert" # Change this!
14
 
15
  # Page configuration
16
  st.set_page_config(
 
9
  from huggingface_hub import hf_hub_download
10
  import joblib
11
 
12
+ HF_USERNAME = "BaskaranAIExpert"
 
13
 
14
  # Page configuration
15
  st.set_page_config(
requirements.txt CHANGED
@@ -4,4 +4,5 @@ streamlit==1.43.2
4
  joblib==1.5.1
5
  scikit-learn==1.6.0
6
  xgboost==2.1.4
 
7
 
 
4
  joblib==1.5.1
5
  scikit-learn==1.6.0
6
  xgboost==2.1.4
7
+ mlflow==3.0.1
8