Spaces:
Running
on
Zero
Running
on
Zero
erl-j
commited on
Commit
·
bf8488d
1
Parent(s):
f644682
darkmode/lightmode test
Browse files- app.py +1 -1
- custom.css +1 -0
app.py
CHANGED
@@ -133,7 +133,7 @@ with demo:
|
|
133 |
placeholder="Enter text description (e.g. 'hard bass', 'sparkly bells')",
|
134 |
lines=2,
|
135 |
)
|
136 |
-
|
137 |
|
138 |
with gr.Row():
|
139 |
generate_btn = gr.Button("Generate Soundfont", variant="primary")
|
|
|
133 |
placeholder="Enter text description (e.g. 'hard bass', 'sparkly bells')",
|
134 |
lines=2,
|
135 |
)
|
136 |
+
|
137 |
|
138 |
with gr.Row():
|
139 |
generate_btn = gr.Button("Generate Soundfont", variant="primary")
|
custom.css
CHANGED
@@ -54,6 +54,7 @@ body {
|
|
54 |
transition: background-color 0.2s ease;
|
55 |
}
|
56 |
|
|
|
57 |
/* Keyboard layout */
|
58 |
.keyboard-container {
|
59 |
width: 100%;
|
|
|
54 |
transition: background-color 0.2s ease;
|
55 |
}
|
56 |
|
57 |
+
|
58 |
/* Keyboard layout */
|
59 |
.keyboard-container {
|
60 |
width: 100%;
|