SpringyBon commited on
Commit
65aec0f
·
verified ·
1 Parent(s): 1123079

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Demo")
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 = []