KaiquanMah commited on
Commit
f137d0b
·
verified ·
1 Parent(s): bf13b46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -27,9 +27,9 @@ st.sidebar.header("Dataset Selection")
27
  # y_test_path = hf_hub_download(repo_id="taimax13/is_click_data", filename="y_test_1st.csv")
28
  # train_data_path = hf_hub_download(repo_id="taimax13/is_click_data", filename="train_dataset_full - train_dataset_full (1).csv")
29
 
30
- X_test_path = "HuggingFaceRepo/data/y_test_1st (1).csv"
31
- y_test_path = "HuggingFaceRepo/data/y_test_1st.csv"
32
- train_data_path = "HuggingFaceRepo/data/train_dataset_full - train_dataset_full.csv"
33
 
34
 
35
  # Load datasets
 
27
  # y_test_path = hf_hub_download(repo_id="taimax13/is_click_data", filename="y_test_1st.csv")
28
  # train_data_path = hf_hub_download(repo_id="taimax13/is_click_data", filename="train_dataset_full - train_dataset_full (1).csv")
29
 
30
+ X_test_path = "data/X_test_1st (1).csv"
31
+ y_test_path = "data/y_test_1st.csv"
32
+ train_data_path = "data/train_dataset_full - train_dataset_full.csv"
33
 
34
 
35
  # Load datasets