Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ 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 |
custom_theme = gr.themes.Default(
|
71 |
-
body_background_fill="#
|
72 |
)
|
73 |
|
74 |
inputs = [
|
|
|
68 |
return f"Predicted Laser Prescription:\nSphere: {predicted_sphere:.2f}\nCylinder: {predicted_cylinder:.2f}\nAxis: {predicted_axis:.2f}"
|
69 |
|
70 |
custom_theme = gr.themes.Default(
|
71 |
+
body_background_fill="#131517", # Set the desired background color here
|
72 |
)
|
73 |
|
74 |
inputs = [
|