Open Issues Need Help
View All on GitHubAI Summary: The task involves modifying the existing PyShiny penguin dashboard application to customize the text displayed on the dashboard. This likely requires editing the `app.py` file to change strings used in the user interface elements, such as titles, labels, and descriptions. After making changes, the application needs to be re-exported to the `docs` folder and pushed to GitHub to update the GitHub Pages deployment.
PyShiny Template for Basic Dashboard using Penguins (adjusted for GitHub Pages)
AI Summary: The task involves correcting a typo in the header of an interactive DataGrid within a PyShiny dashboard deployed on GitHub Pages. This requires forking the provided GitHub repository, making the code change to correct "Penguin da" to "Penguin Data", and then pushing the updated code to the forked repository to trigger a GitHub Pages rebuild.
PyShiny Template for Basic Dashboard using Penguins (adjusted for GitHub Pages)