Kieran Fraser commited on
Commit
c69730e
1 Parent(s): 66dcc0e

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

Files changed (1) hide show
  1. app.py +0 -14
app.py CHANGED
@@ -25,20 +25,6 @@ from art.attacks.poisoning.perturbations import insert_image
25
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
26
 
27
  css = """
28
- .custom-text {
29
- --text-md: 20px !important;
30
- --text-sm: 18px !important;
31
- --block-info-text-size: var(--text-sm);
32
- --block-label-text-size: var(--text-sm);
33
- --block-title-text-size: var(--text-md);
34
- --body-text-size: var(--text-md);
35
- --button-small-text-size: var(--text-md);
36
- --checkbox-label-text-size: var(--text-md);
37
- --input-text-size: var(--text-md);
38
- --prose-text-size: var(--text-md);
39
- --section-header-text-size: var(--text-md);
40
- }
41
- .center-text { text-align: center !important }
42
  .larger-gap { gap: 100px !important; }
43
  .symbols { text-align: center !important; margin: auto !important; }
44
  .cust-width { min-width: 250px !important;}
 
25
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
26
 
27
  css = """
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  .larger-gap { gap: 100px !important; }
29
  .symbols { text-align: center !important; margin: auto !important; }
30
  .cust-width { min-width: 250px !important;}