Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def pretty(label: str) -> str:
|
|
| 64 |
return label.replace("_", " ").title()
|
| 65 |
|
| 66 |
with gr.Blocks(title="Entrepreneur Readiness Regressor") as iface:
|
| 67 |
-
gr.Markdown("## Entrepreneur Readiness — Prediction
|
| 68 |
|
| 69 |
# Build inputs in the SAME ORDER as FEATURES
|
| 70 |
inputs = []
|
|
|
|
| 64 |
return label.replace("_", " ").title()
|
| 65 |
|
| 66 |
with gr.Blocks(title="Entrepreneur Readiness Regressor") as iface:
|
| 67 |
+
gr.Markdown("## Entrepreneur Readiness — Prediction Iface")
|
| 68 |
|
| 69 |
# Build inputs in the SAME ORDER as FEATURES
|
| 70 |
inputs = []
|