Spaces:
Sleeping
Sleeping
Kieran Fraser
commited on
Commit
•
b0be422
1
Parent(s):
e2c1fac
fix css
Browse filesSigned-off-by: Kieran Fraser <[email protected]>
app.py
CHANGED
@@ -42,9 +42,9 @@ css = """
|
|
42 |
background: #ccccff !important;
|
43 |
}
|
44 |
.center-text { text-align: center !important }
|
45 |
-
|
46 |
-
.
|
47 |
-
|
48 |
"""
|
49 |
|
50 |
def sample_CIFAR10():
|
|
|
42 |
background: #ccccff !important;
|
43 |
}
|
44 |
.center-text { text-align: center !important }
|
45 |
+
.larger-gap { gap: 100px !important; }
|
46 |
+
.symbols { text-align: center !important; margin: auto !important; }
|
47 |
+
.cust-width { min-width: 250px !important;}
|
48 |
"""
|
49 |
|
50 |
def sample_CIFAR10():
|