randmimc commited on
Commit
4956e0e
ยท
verified ยท
1 Parent(s): 6eac4ee

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 ๋ Œ๋”๋ง