Spaces:
Runtime error
Runtime error
Fix Audio Input UI (#9)
Browse files- Fix Audio Input UI (b5e5c0ac20bf2cf50b0d4ddde7e596de43223b97)
Co-authored-by: Rifky Bujana Bisri <[email protected]>
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 {
|