Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +6 -6
src/streamlit_app.py
CHANGED
|
@@ -70,18 +70,18 @@ def display_status_and_action(text):
|
|
| 70 |
# HTML 스타일 및 오디오 출력
|
| 71 |
audio_html = f"""
|
| 72 |
<style>
|
| 73 |
-
.audio-container {
|
| 74 |
display: flex;
|
| 75 |
align-items: center;
|
| 76 |
gap: 10px;
|
| 77 |
justify-content: flex-end; /* 오른쪽 정렬 */
|
| 78 |
margin-top: 10px;
|
| 79 |
-
}
|
| 80 |
-
.audio-icon {
|
| 81 |
font-size: 30px;
|
| 82 |
cursor: pointer;
|
| 83 |
-
}
|
| 84 |
-
.audio-icon[title]:hover::after {
|
| 85 |
content: attr(title);
|
| 86 |
position: absolute;
|
| 87 |
background: #333;
|
|
@@ -93,7 +93,7 @@ def display_status_and_action(text):
|
|
| 93 |
top: -35px;
|
| 94 |
right: 0;
|
| 95 |
z-index: 999;
|
| 96 |
-
}
|
| 97 |
</style>
|
| 98 |
|
| 99 |
<div class="audio-container">
|
|
|
|
| 70 |
# HTML 스타일 및 오디오 출력
|
| 71 |
audio_html = f"""
|
| 72 |
<style>
|
| 73 |
+
.audio-container {{
|
| 74 |
display: flex;
|
| 75 |
align-items: center;
|
| 76 |
gap: 10px;
|
| 77 |
justify-content: flex-end; /* 오른쪽 정렬 */
|
| 78 |
margin-top: 10px;
|
| 79 |
+
}}
|
| 80 |
+
.audio-icon {{
|
| 81 |
font-size: 30px;
|
| 82 |
cursor: pointer;
|
| 83 |
+
}}
|
| 84 |
+
.audio-icon[title]:hover::after {{
|
| 85 |
content: attr(title);
|
| 86 |
position: absolute;
|
| 87 |
background: #333;
|
|
|
|
| 93 |
top: -35px;
|
| 94 |
right: 0;
|
| 95 |
z-index: 999;
|
| 96 |
+
}}
|
| 97 |
</style>
|
| 98 |
|
| 99 |
<div class="audio-container">
|