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

docs: add type annotations for functions in `app.py/server()` #66

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request adds type annotations for the functions in app.py/server() to improve code readability and maintainability.

closes #65