Spaces:
Runtime error
Runtime error
Fix Audio Input UI
#9
by
Rifky
- opened
app.py
CHANGED
@@ -22,6 +22,8 @@ css = """
|
|
22 |
margin-top: -30px; !important;
|
23 |
margin-left: -15px; !important;
|
24 |
width: 100% !important;
|
|
|
|
|
25 |
}
|
26 |
|
27 |
#audio_input button {
|
|
|
22 |
margin-top: -30px; !important;
|
23 |
margin-left: -15px; !important;
|
24 |
width: 100% !important;
|
25 |
+
border-style: None !important;
|
26 |
+
background-color: transparent !important;
|
27 |
}
|
28 |
|
29 |
#audio_input button {
|