dorienh commited on
Commit
f973326
·
verified ·
1 Parent(s): 2ed7d6d

Update app.py

Browse files

left aligning captions

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -150,12 +150,12 @@ css = '''
150
  border-radius: 100vh;
151
  }
152
  .example {
153
- text-align: center; /* Centers the examples */
154
  margin: auto; /* Ensures the examples are centered in their container */
155
  }
156
 
157
  .example-caption {
158
- text-align: center; /* Centers the captions under each example */
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