Jfink09 commited on
Commit
fe1f944
·
verified ·
1 Parent(s): ed6950c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,8 +68,8 @@ 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
- body {
72
- background-color: #131517 !important;
73
  }
74
  """
75
 
 
68
  return f"Predicted Laser Prescription:\nSphere: {predicted_sphere:.2f}\nCylinder: {predicted_cylinder:.2f}\nAxis: {predicted_axis:.2f}"
69
 
70
  css = """
71
+ #gradio-app-container {
72
+ background-color: #131517;
73
  }
74
  """
75