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