Spaces:
Build error
Build error
File size: 396 Bytes
c8e832f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | spec_version: 1
name: python_code_review_env
type: space
runtime: fastapi
app: server.app:app
port: 8000
metadata:
description: "Production-grade Python code review and repair benchmark for OpenEnv"
domain: code-review
task_count: 3
task_ids:
- syntax-fix-easy
- bug-fix-medium
- optimization-hard
difficulty_levels:
- easy
- medium
- hard
|