Would love feedback on my app (Covid Demographics Explorer)!

I just made a few updates to my “Covid Demographics Explorer” app that lets users explore how US counties have changed since Covid: https://census-explorer.streamlit.app/.

I’d appreciate any feedback folks in the community have about how I could make the app better.

This is the only app I’ve made with streamlit, and feel like I don’t have a deep understanding of the framework and different ways to present information in it. I’m wondering if more experienced folks than me have feedback on the layout.

Hello, just checked your app.
Maybe a way to improve it, would be to put the “state”, “county”, and “demographic” mutliselect in a st.sidebar ?
And maybe render your graphs in interactive, this way on the right graphs we will have the county corresponding to the dot, in the hover. Because if you want to see the data of one of the dots (so you don’t know in advance the county name), you have to find the county by luck.
Also, maybe the map is a bit little ? You can make the width and height of the map as a selection for the users.
And finally, let the users choose between different colorscales, it’s very usefull for colorblinds people :slight_smile:
Otherwise, I think you did a good job.
Hope it was this kind of return you wanted :slight_smile:

1 Like

Thank you. This is exactly the type of feedback I was looking for. I was not aware of st.sidebar and will look into that!

1 Like

A diverging colormap should work better for the map.

1 Like