Spaces:
Runtime error
Runtime error
Commit
·
0b8ef86
1
Parent(s):
bb347fa
typo
Browse files
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
|
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 |
},
|