Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ from sklearn.impute import SimpleImputer
|
|
| 26 |
# =========================
|
| 27 |
# App constants / defaults
|
| 28 |
# =========================
|
| 29 |
-
APP_NAME = "
|
| 30 |
TAGLINE = "Real-Time Minimum Horizontal Stress Prediction"
|
| 31 |
|
| 32 |
# -------- Canonical names (match your files) --------
|
|
|
|
| 26 |
# =========================
|
| 27 |
# App constants / defaults
|
| 28 |
# =========================
|
| 29 |
+
APP_NAME = "ST_GeoMech_Shmin"
|
| 30 |
TAGLINE = "Real-Time Minimum Horizontal Stress Prediction"
|
| 31 |
|
| 32 |
# -------- Canonical names (match your files) --------
|