UCS2014 commited on
Commit
95efb4d
·
verified ·
1 Parent(s): 1065019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 ({units})", "y": "Predicted Breakout Limit ({units})"},
62
- "bd": {"x": "Actual Breakdown Limit ({units})", "y": "Predicted Breakdown Limit ({units})"},
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: