davanstrien HF staff commited on
Commit
a22ef66
1 Parent(s): c223932

fix wording

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ def _user_update(hub_id: str, username: str) -> str:
229
  response += f"Dataset {hub_id} is already being tracked. \n\n"
230
  datasets_tracked_by_user = update_tracked_dataset_to_users(hub_id, username)
231
  response += (
232
- "You are currently whether new models have been trained on"
233
  f" {len(datasets_tracked_by_user)} datasets."
234
  )
235
  if datasets_tracked_by_user:
 
229
  response += f"Dataset {hub_id} is already being tracked. \n\n"
230
  datasets_tracked_by_user = update_tracked_dataset_to_users(hub_id, username)
231
  response += (
232
+ "You are currently tracking whether new models have been trained on"
233
  f" {len(datasets_tracked_by_user)} datasets."
234
  )
235
  if datasets_tracked_by_user: