Kieran Fraser commited on
Commit
c38bb51
1 Parent(s): 7bfd08e

Signed-off-by: Kieran Fraser <[email protected]>

Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -25,12 +25,12 @@ from art.attacks.poisoning.perturbations import insert_image
25
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
26
 
27
  css = """
28
- :root {
29
- --text-md: 20px !important;
30
- --text-sm: 18px !important;
31
- }
32
- .input-image { margin: auto !important }
33
 
 
 
 
 
 
34
  .center-text { text-align: center !important }
35
  .larger-gap { gap: 100px !important; }
36
  .symbols { text-align: center !important; margin: auto !important; }
 
25
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
26
 
27
  css = """
 
 
 
 
 
28
 
29
+ .input-image { margin: auto !important }
30
+ .plot-padding { padding: 20px; }
31
+ .eta-bar.svelte-1occ011.svelte-1occ011 {
32
+ background: #ccccff !important;
33
+ }
34
  .center-text { text-align: center !important }
35
  .larger-gap { gap: 100px !important; }
36
  .symbols { text-align: center !important; margin: auto !important; }