Spaces:
Sleeping
Sleeping
Kieran Fraser
commited on
Commit
•
4cfbe7f
1
Parent(s):
2d45476
fix css
Browse filesSigned-off-by: Kieran Fraser <[email protected]>
app.py
CHANGED
@@ -47,7 +47,7 @@ css = """
|
|
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
|
51 |
"""
|
52 |
|
53 |
def sample_CIFAR10():
|
|
|
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: 3500px !important; }
|
51 |
"""
|
52 |
|
53 |
def sample_CIFAR10():
|