Spaces:
Sleeping
Sleeping
Commit
·
261a0f5
1
Parent(s):
1514a4e
Add left alignment to example captions
Browse files
app.py
CHANGED
@@ -170,6 +170,7 @@ gr_interface = gr.Interface(
|
|
170 |
["A short but energetic rock fragment in C minor, featuring overdriven guitars, electric bass, and drums, with a vivacious tempo of 155 BPM and a 4/4 time signature, evoking a blend of dark and melodic tones."],
|
171 |
],
|
172 |
cache_examples="lazy",
|
|
|
173 |
)
|
174 |
|
175 |
with gr.Blocks(css=css) as demo:
|
|
|
170 |
["A short but energetic rock fragment in C minor, featuring overdriven guitars, electric bass, and drums, with a vivacious tempo of 155 BPM and a 4/4 time signature, evoking a blend of dark and melodic tones."],
|
171 |
],
|
172 |
cache_examples="lazy",
|
173 |
+
css=".example-caption { text-align: left; }"
|
174 |
)
|
175 |
|
176 |
with gr.Blocks(css=css) as demo:
|