Hello,
I have more tabs than what is displayed. Does anyone know how to display all tabs without changing the layout to wide?
Hi @arnaud ,
Here’s an example:
import streamlit as st
tabs = st.tabs(['Tab number %d' %i for i in range(10)])
“Tab number 7” is the last tab I can access.
@kaaja, did you scroll horizontally? I don’t think there’s any limitation. See here https://playground.streamlitapp.com/?q=ten-tabs
@arnaud, I am not able to scroll horizontally. If I click on the slider below the tab names, nothing happens. Also nothing happens if I hold down the button and use the scroll wheel on the mouse. Is there perhaps some other way to scroll horizontally in Streamlit?
Try shift+wheel or the arrow keys.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.