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

refactor: change `update_selectize` to `update_select` #82

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request refactors the update_selectize function in the app.py file to update_select. This change improves the clarity and consistency of the function name.

closes #81