nnilayy commited on
Commit
9e9c964
·
verified ·
1 Parent(s): 8435e32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -316,7 +316,8 @@ def run_update_dataset():
316
  folder_path=path_,
317
  repo_id="huggingface-projects/drlc-leaderboard-data",
318
  repo_type="dataset",
319
- commit_message="Update dataset")
 
320
 
321
  def filter_data(rl_env, path, user_id):
322
  data_df = get_data_no_html(rl_env, path)
 
316
  folder_path=path_,
317
  repo_id="huggingface-projects/drlc-leaderboard-data",
318
  repo_type="dataset",
319
+ commit_message="Update dataset",
320
+ create_pr=True)
321
 
322
  def filter_data(rl_env, path, user_id):
323
  data_df = get_data_no_html(rl_env, path)