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

build: modify python version and deploy app to shinyapps.io #158

Closed Rebekah-Chuang closed 7 months ago

Rebekah-Chuang commented 7 months ago

This PR includes two commits:

The first commit modifies the Python version to include support for versions 3.9, 3.10, and 3.11. I was using python 3.12 for deployment, but only Python versions 3.7, 3.8, 3.9, 3.10, and 3.11 are supported.

The second commit deploys the app to shinyapps.io, a platform for hosting and sharing Shiny applications. The deployment includes the necessary configuration and settings to run the app on shinyapps.io.

These changes are necessary to keep the app up-to-date with the latest Python versions and to make it accessible on shinyapps.io.

closes #157