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: move read csv logic to `functions.py` in order to test #127

Closed Rebekah-Chuang closed 7 months ago

Rebekah-Chuang commented 7 months ago

This PR refactors the CSV file reading logic, previously located in app.py, into a separate function named read_csv_file within functions.py. This change enhances code modularity and facilitates easier testing of the CSV reading functionality.

closes #126