ThomasSimonini HF Staff commited on
Commit
bf79046
·
1 Parent(s): 7c5fac1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -335,7 +335,6 @@ def add_certified_user(hf_username, first_name, last_name, pass_percentage):
335
  history = pd.concat([new_row, history[:]]).reset_index(drop=True)
336
  print("HISTORY", history)
337
  history.to_csv(os.path.join(CERTIFIED_USERS_DIR, CERTIFIED_USERS_FILENAME), index=False)
338
- df.to_csv(os.path.join(CERTIFIED_USERS_DIR, CERTIFIED_USERS_FILENAME), index=False)
339
  repo.push_to_hub(commit_message="Update certified users list")
340
 
341
 
 
335
  history = pd.concat([new_row, history[:]]).reset_index(drop=True)
336
  print("HISTORY", history)
337
  history.to_csv(os.path.join(CERTIFIED_USERS_DIR, CERTIFIED_USERS_FILENAME), index=False)
 
338
  repo.push_to_hub(commit_message="Update certified users list")
339
 
340