Jimin Park commited on
Commit
fbc4dab
·
1 Parent(s): b1f5286
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. util/app.py +6 -0
requirements.txt CHANGED
@@ -6,4 +6,4 @@ huggingface-hub==0.20.3
6
  numpy==1.26.0
7
  scikit-learn==1.3.1
8
  selenium==4.27.1
9
- webdriver-manager
 
6
  numpy==1.26.0
7
  scikit-learn==1.3.1
8
  selenium==4.27.1
9
+ webdriver-manager== 4.0.2
util/app.py CHANGED
@@ -4,6 +4,12 @@ import xgboost as xgb
4
  from huggingface_hub import hf_hub_download
5
  from app_training_df_getter import create_app_user_training_df
6
 
 
 
 
 
 
 
7
 
8
  # Define champion list for dropdowns
9
  CHAMPIONS = [
 
4
  from huggingface_hub import hf_hub_download
5
  from app_training_df_getter import create_app_user_training_df
6
 
7
+ from webdriver_manager.chrome import ChromeDriverManager
8
+
9
+ # Specify the desired version (for example, Chromium version 131)
10
+ driver = webdriver.Chrome(ChromeDriverManager(version="131.0.6778.264").install())
11
+
12
+
13
 
14
  # Define champion list for dropdowns
15
  CHAMPIONS = [