Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -400,9 +400,6 @@ def get_final_score_quality(df, selected_columns):
|
|
400 |
|
401 |
|
402 |
def get_baseline_df():
|
403 |
-
print("SUBMISSION_NAME:",SUBMISSION_NAME)
|
404 |
-
print("SUBMISSION_URL:",SUBMISSION_URL)
|
405 |
-
print("HF_TOKEN:",HF_TOKEN)
|
406 |
submission_repo = Repository(local_dir=SUBMISSION_NAME, clone_from=SUBMISSION_URL, use_auth_token=HF_TOKEN, repo_type="dataset")
|
407 |
submission_repo.git_pull()
|
408 |
df = pd.read_csv(CSV_DIR)
|
|
|
400 |
|
401 |
|
402 |
def get_baseline_df():
|
|
|
|
|
|
|
403 |
submission_repo = Repository(local_dir=SUBMISSION_NAME, clone_from=SUBMISSION_URL, use_auth_token=HF_TOKEN, repo_type="dataset")
|
404 |
submission_repo.git_pull()
|
405 |
df = pd.read_csv(CSV_DIR)
|