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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -68,10 +68,11 @@ def predict(pre_op_sphere, pre_op_cylinder, pre_op_axis):
68
  return f"Predicted Laser Prescription:\nSphere: {predicted_sphere:.2f}\nCylinder: {predicted_cylinder:.2f}\nAxis: {predicted_axis:.2f}"
69
 
70
  css = """
71
- :root {
72
- --bg: #131517;
73
- --bg-dark: #131517;
74
  }
 
75
  """
76
 
77
  inputs = [
 
68
  return f"Predicted Laser Prescription:\nSphere: {predicted_sphere:.2f}\nCylinder: {predicted_cylinder:.2f}\nAxis: {predicted_axis:.2f}"
69
 
70
  css = """
71
+ <style>
72
+ body {
73
+ background-color: #131517 !important;
74
  }
75
+ </style>
76
  """
77
 
78
  inputs = [