Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +8 -0
src/streamlit_app.py
CHANGED
|
@@ -117,6 +117,14 @@ def display_status_and_action(text):
|
|
| 117 |
z-index: 10000;
|
| 118 |
}}
|
| 119 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
"""
|
| 121 |
|
| 122 |
# HTML ๋ ๋๋ง
|
|
|
|
| 117 |
z-index: 10000;
|
| 118 |
}}
|
| 119 |
</style>
|
| 120 |
+
|
| 121 |
+
<div class="audio-fixed-bottom">
|
| 122 |
+
<div class="audio-icon" title="์ ๋ด์ฉ์ ์์ฑ์ผ๋ก ๋ฃ๊ธฐ">๐</div>
|
| 123 |
+
<audio controls style="flex-grow: 1;">
|
| 124 |
+
<source src="data:audio/mp3;base64,{audio_base64}" type="audio/mp3">
|
| 125 |
+
๋ธ๋ผ์ฐ์ ๊ฐ ์ค๋์ค ํ๊ทธ๋ฅผ ์ง์ํ์ง ์์ต๋๋ค.
|
| 126 |
+
</audio>
|
| 127 |
+
</div>
|
| 128 |
"""
|
| 129 |
|
| 130 |
# HTML ๋ ๋๋ง
|