kirakayy commited on
Commit
b797ceb
Β·
verified Β·
1 Parent(s): f017ec5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- title: Er
3
- emoji: πŸƒ
4
  colorFrom: blue
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.44.1
8
- app_file: app.py
9
- pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
1
  ---
2
+ title: Entrepreneurial Readiness App
3
+ emoji: πŸš€
4
  colorFrom: blue
5
+ colorTo: green
6
  sdk: gradio
 
 
 
7
  ---
8
 
9
+ A simple Gradio app that loads a scikit-learn regressor from **kirakayy/entrepreneurial-readiness** and
10
+ predicts a 0–100 entrepreneurial readiness score, plus a label (low/medium/high).
11
+
12
+ **Private model?** Add a Space Secret named `HF_TOKEN` with a token that has *read* access.