Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesleft aligning captions
app.py
CHANGED
@@ -150,12 +150,12 @@ css = '''
|
|
150 |
border-radius: 100vh;
|
151 |
}
|
152 |
.example {
|
153 |
-
text-align:
|
154 |
margin: auto; /* Ensures the examples are centered in their container */
|
155 |
}
|
156 |
|
157 |
.example-caption {
|
158 |
-
text-align:
|
159 |
}
|
160 |
'''
|
161 |
|
|
|
150 |
border-radius: 100vh;
|
151 |
}
|
152 |
.example {
|
153 |
+
text-align: left; /* Centers the examples */
|
154 |
margin: auto; /* Ensures the examples are centered in their container */
|
155 |
}
|
156 |
|
157 |
.example-caption {
|
158 |
+
text-align: left; /* Centers the captions under each example */
|
159 |
}
|
160 |
'''
|
161 |
|