Update app.py
Browse files
app.py
CHANGED
@@ -68,9 +68,9 @@ 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 |
-
|
72 |
-
|
73 |
-
|
74 |
"""
|
75 |
|
76 |
inputs = [
|
|
|
68 |
return f"Predicted Laser Prescription:\nSphere: {predicted_sphere:.2f}\nCylinder: {predicted_cylinder:.2f}\nAxis: {predicted_axis:.2f}"
|
69 |
|
70 |
css = """
|
71 |
+
.gradio-container {
|
72 |
+
background-color: #131517;
|
73 |
+
}
|
74 |
"""
|
75 |
|
76 |
inputs = [
|