dorienh commited on
Commit
a8857f6
·
verified ·
1 Parent(s): 6a10499

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=".example-caption { text-align: left; }"
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: