Jfink09 commited on
Commit
ed8a361
·
verified ·
1 Parent(s): e4d66c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -69,9 +69,9 @@ def predict(pre_op_sphere, pre_op_cylinder, pre_op_axis):
69
 
70
  css = """
71
  <style>
72
- body {
73
- background-color: #131517 !important;
74
- }
75
  </style>
76
  """
77
 
 
69
 
70
  css = """
71
  <style>
72
+ :root {
73
+ --bg-dark: #131517;
74
+ }
75
  </style>
76
  """
77