Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,8 +58,8 @@ Y_AXIS_TITLE_OVERRIDE = "Depth (ft)" # e.g., "Depth (ft)"
|
|
| 58 |
|
| 59 |
# Cross-plot axis titles. You can use {units} and it will fill from meta.
|
| 60 |
CROSS_TITLES = {
|
| 61 |
-
"bo": {"x": "Actual Breakout Limit (
|
| 62 |
-
"bd": {"x": "Actual Breakdown Limit (
|
| 63 |
}
|
| 64 |
|
| 65 |
def _track_x_title() -> str:
|
|
|
|
| 58 |
|
| 59 |
# Cross-plot axis titles. You can use {units} and it will fill from meta.
|
| 60 |
CROSS_TITLES = {
|
| 61 |
+
"bo": {"x": "Actual Breakout Limit (PCF)", "y": "Predicted Breakout Limit (PCF)"},
|
| 62 |
+
"bd": {"x": "Actual Breakdown Limit (PCF)", "y": "Predicted Breakdown Limit (PCF)"},
|
| 63 |
}
|
| 64 |
|
| 65 |
def _track_x_title() -> str:
|