I wanted to make the user input fields as sticky/fixed positional elements on the web app, is it possible. I went through the documentation but wasn’t able to find it.
You can use a container for the text input.
with st.beta_container:
user_input = st.text_input(“Enter text”)