I have created tabs.
Consider in first tab I ask for inputs and I need a button “next”, by clicking on which the UI tab will switch to 2nd or 3rd conditionally based on input.
I need a way how we can switch tabs from backend.
I have created tabs.
Consider in first tab I ask for inputs and I need a button “next”, by clicking on which the UI tab will switch to 2nd or 3rd conditionally based on input.
I need a way how we can switch tabs from backend.
Hi @chandana_upadya,
Thanks for sharing this question! It’s not currently possible out of the box to programmatically switch tabs. Feel free to create a product enhancement request here if you’d like our product and engineering teams to consider this request.
Hi @chandana_upadya, see if you want to use the StepperBar as an alternative: extra-streamlit-components · PyPI
Cheers