Dear community,
I transformed my app into a multi-page app, which worked great, thanks to quite a few tips in the forum; thank you!
I’m using the “pages folder” method for that.
Now I have one last “problem”: the position of an image on the sidebar. I would like to have the image above the page’s navigation but only show it below it. I did not see any option to move the image.
I am simply using:
st.sidebar.image(image,use_column_width='always')
(I have tried to put the image at the very top of the programme, but the behaviour did not change)
Is this a known limitation or am I doing something wrong.
Thanks a lot, and sorry if it’s a double post.
Cheers,
Claudia
