Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +6 -16
src/streamlit_app.py
CHANGED
|
@@ -89,26 +89,16 @@ def display_status_and_action(text):
|
|
| 89 |
display: flex;
|
| 90 |
align-items: center;
|
| 91 |
gap: 10px;
|
| 92 |
-
|
| 93 |
-
|
|
|
|
|
|
|
|
|
|
| 94 |
}}
|
| 95 |
.audio-icon {{
|
| 96 |
-
font-size:
|
| 97 |
cursor: pointer;
|
| 98 |
}}
|
| 99 |
-
.audio-icon[title]:hover::after {{
|
| 100 |
-
content: attr(title);
|
| 101 |
-
position: absolute;
|
| 102 |
-
background: #333;
|
| 103 |
-
color: #fff;
|
| 104 |
-
padding: 5px 8px;
|
| 105 |
-
border-radius: 5px;
|
| 106 |
-
white-space: nowrap;
|
| 107 |
-
font-size: 12px;
|
| 108 |
-
top: -35px;
|
| 109 |
-
right: 0;
|
| 110 |
-
z-index: 999;
|
| 111 |
-
}}
|
| 112 |
</style>
|
| 113 |
|
| 114 |
<div class="audio-container">
|
|
|
|
| 89 |
display: flex;
|
| 90 |
align-items: center;
|
| 91 |
gap: 10px;
|
| 92 |
+
margin-top: 20px;
|
| 93 |
+
padding: 10px;
|
| 94 |
+
background-color: #f9f9f9;
|
| 95 |
+
border-radius: 10px;
|
| 96 |
+
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
|
| 97 |
}}
|
| 98 |
.audio-icon {{
|
| 99 |
+
font-size: 24px;
|
| 100 |
cursor: pointer;
|
| 101 |
}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
</style>
|
| 103 |
|
| 104 |
<div class="audio-container">
|