Hello, I made a streamlit app for a scouting report comparing different college baseball pitchers.
https://share.streamlit.io/v4gadkari/osu-baseball-analytics/main/huskersdashboard/scripts/huskers.py
My issue is, it works well on laptops, but does not render well on mobile. The plotly graphs are huge and it’s just hard to move around with on my phone. Sometimes the app even freezes in some places. I could set my layout width to normal instead of wide but then the plots won’t render the way I want them to on a laptop. Is this just the sacrifice I have to make? Where it works well in laptop but not as user friendly on mobile?
I did set the pixels of the graphs to a fixed size beforehand because on one of the pages where I have two columns of bar graphs, the graphs were overlapping each other. I don’t know if that has something to do with it because then the graphs are not rendering dynamically or changing with mobile but it is causing an issue.
Thanks