Is it possible to create a navigation thru image system?

Hey, you should check Streamlit-option-menu is a simple Streamlit component that allows users to select a single item from a list of options in a menu

It allow you to use function instead of page (the result is the same, but i thing it’s much easier to manipulate the function, I really enjoy using it)
And after you can juste do some grid of buttons to functions to display the content.

1 Like