GabrielDasilva/data-printer
0
Entrepreneur Scenario Data Printer
Generate random scenarios with attributes, type your own entrepreneurial_score, then download the dataset or push it to a Hugging Face dataset repo.
Attributes
total_savings_ammountmonthly_incomemonthly_expensemonthly_entertainment_expencesesales_skills(1–10)spouse_children(1–10) ← fromspouse/childrenage(16–80)assets(1–10)risk_level(1–10)confidence(1–10)idea_difficulty(1–10)entrepreneurial_score(your input)
from huggingface_hub import upload_file
upload_file(
path_or_fileobj="README.md",
path_in_repo="README.md",
repo_id=SPACE_ID, # make sure SPACE_ID = "username/space-name"
repo_type="space",
commit_message="Fix README with proper config header"
)
print("✅ README overwritten and pushed. Check your Space page and wait for it to rebuild.")
