--- title: Afri App emoji: 🌖 colorFrom: green colorTo: blue sdk: gradio sdk_version: 5.19.0 app_file: app.py pinned: false license: apache-2.0 short_description: afrikaans teaching tool --- educational_apps/ ├── data/ │ └── afrikaans_content.json ├── modules/ │ ├── __init__.py │ ├── phonics.py │ ├── beginner.py │ ├── intermediate.py │ └── advanced.py ├── utils/ │ ├── __init__.py │ └── helpers.py ├── app.py └── requirements.txt Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference