Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ DATASET_REPO_URL = "https://huggingface.co/datasets/MariaK/audio-course"
|
|
| 19 |
CERTIFIED_USERS_FILENAME = "usernames.csv"
|
| 20 |
|
| 21 |
# Private space to check if a user has passed.
|
| 22 |
-
SPACE_ID = "MariaK/Check-Audio-Course
|
| 23 |
|
| 24 |
|
| 25 |
def check_if_passed(username):
|
|
|
|
| 19 |
CERTIFIED_USERS_FILENAME = "usernames.csv"
|
| 20 |
|
| 21 |
# Private space to check if a user has passed.
|
| 22 |
+
SPACE_ID = "MariaK/Check-my-progress-Audio-Course"
|
| 23 |
|
| 24 |
|
| 25 |
def check_if_passed(username):
|