Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,8 +25,8 @@ AUDIO_PATHS = {
|
|
| 25 |
'ok': "alert_ok_mandinka.mp3" # Fichier audio Mandinka (à fournir)
|
| 26 |
},
|
| 27 |
'Soussou': {
|
| 28 |
-
'alert': "alert_high_soussou.
|
| 29 |
-
'ok': "alert_ok_soussou.
|
| 30 |
}
|
| 31 |
}
|
| 32 |
|
|
|
|
| 25 |
'ok': "alert_ok_mandinka.mp3" # Fichier audio Mandinka (à fournir)
|
| 26 |
},
|
| 27 |
'Soussou': {
|
| 28 |
+
'alert': "alert_high_soussou.mp3", # Fichier audio Soussou (à fournir)
|
| 29 |
+
'ok': "alert_ok_soussou.mp3" # Fichier audio Soussou (à fournir)
|
| 30 |
}
|
| 31 |
}
|
| 32 |
|