davanstrien HF Staff commited on
Commit
0b8ef86
·
1 Parent(s): bb347fa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ def generate_task_scores_dict():
223
  "score": 2,
224
  "missing_recommendation": (
225
  "You haven't defined any languages in your metadata. This"
226
- f" is usually recommned for {task} task"
227
  ),
228
  }
229
  },
 
223
  "score": 2,
224
  "missing_recommendation": (
225
  "You haven't defined any languages in your metadata. This"
226
+ f" is usually recommend for {task} task"
227
  ),
228
  }
229
  },