storylab / .huggingface.yaml
Ullaas's picture
Update .huggingface.yaml
b187155 verified
raw
history blame contribute delete
210 Bytes
title: My React + Python Space
sdk: "multilingual"
python_version: "3.10"
app_file: /backend/backend.py # path to your Python entry point
build:
commands:
- cd frontend && npm install && npm run build