Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ login(token=os.environ["HUGGINGFACE_TOKEN"])
|
|
| 12 |
# Constants
|
| 13 |
SCORES_DATASET = "agents-course/unit4-students-scores"
|
| 14 |
CERTIFICATES_DATASET = "agents-course/course-certificates-of-excellence"
|
| 15 |
-
THRESHOLD_SCORE =
|
| 16 |
|
| 17 |
# Function to check user score
|
| 18 |
def check_user_score(username):
|
|
|
|
| 12 |
# Constants
|
| 13 |
SCORES_DATASET = "agents-course/unit4-students-scores"
|
| 14 |
CERTIFICATES_DATASET = "agents-course/course-certificates-of-excellence"
|
| 15 |
+
THRESHOLD_SCORE = 30
|
| 16 |
|
| 17 |
# Function to check user score
|
| 18 |
def check_user_score(username):
|