Kieran Fraser
commited on
Commit
•
dffb9cc
1
Parent(s):
b0be422
fix css
Browse filesSigned-off-by: Kieran Fraser <Kieran.Fraser@ibm.com>
app.py
CHANGED
@@ -45,6 +45,9 @@ css = """
|
|
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():
|
|
|
45 |
.larger-gap { gap: 100px !important; }
|
46 |
.symbols { text-align: center !important; margin: auto !important; }
|
47 |
.cust-width { min-width: 250px !important;}
|
48 |
+
.eval-bt { background-color: #3b74f4; color: white; }
|
49 |
+
input[type="number"].svelte-3iwdd6 { padding-top: 20px; padding-bottom: 20px;}
|
50 |
+
.space-iframe ( height: 2000px; )
|
51 |
"""
|
52 |
|
53 |
def sample_CIFAR10():
|