Creating a button allowing the user to pick the tab they want to display

Hello,

I am trying to create an interface displaying the values entered in one tab, and the Results in another tab using the “st.tabs” function. However, since the interface is quite big in the first tab, I have to go all the way to the top of the page every time I want to take a look at the “Results” tab, which is not really effective.

I would like to implement a button at the bottom of the first tab allowing the user to switch to the 2nd tab without having to go all the way up.
The closest function I have found is the “st.switch_page” function, but it doesn’t apply to tabs from what I have seen.

Is it possible to implement what I want with tabs or do I need to do it another way ?