Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ def show_prayer_and_music(prayer_selection, music_selection):
|
|
25 |
}
|
26 |
|
27 |
music_urls = {
|
28 |
-
"μμ
1": "https://huggingface.co/datasets/englissi/bgm/
|
29 |
-
"μμ
2": "https://huggingface.co/datasets/englissi/bgm/
|
30 |
}
|
31 |
|
32 |
prayer_text = prayers.get(prayer_selection, "μ νλ κΈ°λκ° μμ΅λλ€.")
|
|
|
25 |
}
|
26 |
|
27 |
music_urls = {
|
28 |
+
"μμ
1": "https://huggingface.co/datasets/englissi/bgm/resolve/main/Cello%20%20Could%20Not%20Do%20Without%20Thy%20Grace.mp3",
|
29 |
+
"μμ
2": "https://huggingface.co/datasets/englissi/bgm/resolve/main/Cello%20%20Could%20Not%20Do%20Without%20Thy%20Grace.mp3"
|
30 |
}
|
31 |
|
32 |
prayer_text = prayers.get(prayer_selection, "μ νλ κΈ°λκ° μμ΅λλ€.")
|