Any third wave specialty coffee hipsters in this community? Just for fun, I built an app that will tell you whether your specialty coffee is very good or excellent (based on where the coffee was grown and how it was harvested).
https://share.streamlit.io/marielledado/predictingcoffeegrade_streamlit/streamlit/coffee_streamlit.py
I’m aware that the topic might a bit niche, so I’d love to hear feedback on how to make the app more useable and accessible to a general audience!
3 Likes
Hey @marielledado!
Welcome to the Streamlit Community!
I have to say, Coffee Hipster right here

Your app is pretty cool (yes niche, but also cool, cause I totally know cool
- have I said cool too many times?)
A tip that was given to me when using the sidebar was: anything that you want to be accessible from the whole page should go in the sidebar. I love your descriptions that you have there currently, but you could switch them with your input fields. That way the inputs you have are in the sidebar (always accessible if your scrolling) and your description becomes part of the main page!
This falls more into personal preference though!

Happy Streamlit-ing!
Marisa
2 Likes