Spaces:
Sleeping
Sleeping
Kieran Fraser
commited on
Commit
•
b13c627
1
Parent(s):
eda40cc
Added blue evaluate button
Browse filesSigned-off-by: Kieran Fraser <[email protected]>
app.py
CHANGED
@@ -43,6 +43,7 @@ css = """
|
|
43 |
.symbols { text-align: center !important; margin: auto !important; }
|
44 |
.cust-width { min-width: 250px !important;}
|
45 |
.eval-bt { background-color: #3b74f4; color: white; }
|
|
|
46 |
"""
|
47 |
|
48 |
def sample_CIFAR10():
|
|
|
43 |
.symbols { text-align: center !important; margin: auto !important; }
|
44 |
.cust-width { min-width: 250px !important;}
|
45 |
.eval-bt { background-color: #3b74f4; color: white; }
|
46 |
+
input[type="number"].svelte-3iwdd6 { padding-top: 20px; padding-bottom: 20px;}
|
47 |
"""
|
48 |
|
49 |
def sample_CIFAR10():
|