Hi everyone,
I am currently struggling trying to render my app more user friendly by moving my plot and my text to the left by removing the blank as you can see in this image :
Any idea how cound I do that ? I tried with :
col1, col2, col3 = st.columns([1,1,10])
with col3 :
—> my page
But it did not work as expected…
Many thanks