Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

fix(accessibility): missing level-one heading in `app.py` #40

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request fixes the issue where the app.py file does not contain a level-one heading. The heading has been updated to use the correct markdown syntax.

closes #39