Kieran Fraser commited on
Commit
b0be422
1 Parent(s): e2c1fac

Signed-off-by: Kieran Fraser <Kieran.Fraser@ibm.com>

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -42,9 +42,9 @@ css = """
42
  background: #ccccff !important;
43
  }
44
  .center-text { text-align: center !important }
45
-
46
- .eval-bt { background-color: #3b74f4; color: white; }
47
- input[type="number"].svelte-3iwdd6 { padding-top: 20px; padding-bottom: 20px;}
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():