quantumiracle-git commited on
Commit
eeb09c6
·
1 Parent(s): 428dcb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def get_huggingface_dataset():
163
  use_auth_token=HF_TOKEN,
164
  )
165
  repo.git_pull(lfs=True)
166
- log_file = os.path.join(dataset_dir, "flag_data_private.csv")
167
  return repo, log_file
168
 
169
  def update(user_choice, left, right, choose_env, data_folder=VIDEO_PATH, flag_to_huggingface=False):
 
163
  use_auth_token=HF_TOKEN,
164
  )
165
  repo.git_pull(lfs=True)
166
+ log_file = os.path.join(dataset_dir, "flag_data_public.csv")
167
  return repo, log_file
168
 
169
  def update(user_choice, left, right, choose_env, data_folder=VIDEO_PATH, flag_to_huggingface=False):