For the moment I have a horizontal scroll bar for each of my two st.writes. I would like to have only one that scrolls both texts at the same time. I show you my code :
Thanks for sharing this question, and sorry for the late response.
Unfortunately, the code snippet you shared isn’t runnable as-is (there are undefined functions and missing import statements).
However, I think I understand what you’re asking – this StackOverflow thread covers creating two columns with one common scroll. I’d imagine you could add this to your Streamlit app. I’ll paste the HTML/CSS here for your reference: