Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,6 +156,10 @@ css = '''
|
|
| 156 |
|
| 157 |
.example-caption {
|
| 158 |
text-align: left; /* Centers the captions under each example */
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
}
|
| 160 |
'''
|
| 161 |
|
|
|
|
| 156 |
|
| 157 |
.example-caption {
|
| 158 |
text-align: left; /* Centers the captions under each example */
|
| 159 |
+
|
| 160 |
+
.svelte-1viwdyg{
|
| 161 |
+
text-align: left;
|
| 162 |
+
}
|
| 163 |
}
|
| 164 |
'''
|
| 165 |
|