Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ prayer_options = [
|
|
72 |
music_options = ["μμ
1", "μμ
2"]
|
73 |
|
74 |
# μ΄λ―Έμ§ URL
|
75 |
-
image_url = "
|
76 |
|
77 |
# μΈν°νμ΄μ€ κ΅¬μ± μμ
|
78 |
image_html = f'<img src="{image_url}" alt="Prayer Image" style="display:block; margin:auto;">'
|
|
|
72 |
music_options = ["μμ
1", "μμ
2"]
|
73 |
|
74 |
# μ΄λ―Έμ§ URL
|
75 |
+
image_url = "https://huggingface.co/datasets/englissi/bgm/blob/main/image_35547.png"
|
76 |
|
77 |
# μΈν°νμ΄μ€ κ΅¬μ± μμ
|
78 |
image_html = f'<img src="{image_url}" alt="Prayer Image" style="display:block; margin:auto;">'
|