ghostsInTheMachine commited on
Commit
f13d8ff
·
verified ·
1 Parent(s): 63d9326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -49,9 +49,7 @@ class WhiteTheme(Base):
49
  button_primary_background_fill_hover="*primary_600",
50
  button_primary_text_color="white",
51
  button_secondary_background_fill="white",
52
- button_secondary_border_color="lightgray",
53
- slider_color="*primary_500",
54
- slider_track_color="lightgray"
55
  )
56
 
57
  torch.set_float32_matmul_precision('high')
 
49
  button_primary_background_fill_hover="*primary_600",
50
  button_primary_text_color="white",
51
  button_secondary_background_fill="white",
52
+ button_secondary_border_color="lightgray"
 
 
53
  )
54
 
55
  torch.set_float32_matmul_precision('high')