Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ css = '''
|
|
157 |
.example-caption {
|
158 |
text-align: left; /* Centers the captions under each example */
|
159 |
|
160 |
-
.svelte-1viwdyg{
|
161 |
text-align: left;
|
162 |
}
|
163 |
}
|
@@ -179,7 +179,7 @@ gr_interface = gr.Interface(
|
|
179 |
["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."],
|
180 |
],
|
181 |
cache_examples="lazy",
|
182 |
-
css=".
|
183 |
)
|
184 |
|
185 |
with gr.Blocks(css=css) as demo:
|
|
|
157 |
.example-caption {
|
158 |
text-align: left; /* Centers the captions under each example */
|
159 |
|
160 |
+
td.svelte-1viwdyg{
|
161 |
text-align: left;
|
162 |
}
|
163 |
}
|
|
|
179 |
["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."],
|
180 |
],
|
181 |
cache_examples="lazy",
|
182 |
+
css="td.svelte-1viwdyg { text-align: left; }"
|
183 |
)
|
184 |
|
185 |
with gr.Blocks(css=css) as demo:
|