YDluffy commited on
Commit
57b6c80
·
verified ·
1 Parent(s): be0f990

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ model = xgb.Booster()
14
  model.load_model(model_path)
15
 
16
  # **📥 读取历史开奖记录**
17
- history_data_path = "Mark_Six.csv"
18
  history_data = pd.read_csv(history_data_path)
19
 
20
  # **📌 预测函数**
 
14
  model.load_model(model_path)
15
 
16
  # **📥 读取历史开奖记录**
17
+ history_data_path = "cleaned_mark_six.csv"
18
  history_data = pd.read_csv(history_data_path)
19
 
20
  # **📌 预测函数**