dorienh commited on
Commit
81b399c
·
verified ·
1 Parent(s): c183bed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -149,6 +149,14 @@ css = '''
149
  background: #1565c0;
150
  border-radius: 100vh;
151
  }
 
 
 
 
 
 
 
 
152
  '''
153
 
154
  # Gradio interface
 
149
  background: #1565c0;
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
 
162
  # Gradio interface