Hi,
I am new to Streamlit . I am getting these instruction texts written on my web app explicitly. I need help in order to remove these instructions from the web app.
Thanks.
Hi,
I am new to Streamlit . I am getting these instruction texts written on my web app explicitly. I need help in order to remove these instructions from the web app.
Thanks.
I donβt see it in your code snippet, but the screenshot you shared looks like you might be using st.help, like this
import streamlit as st
st.help(st)
Are you using st.help somewhere in your code?
By the way, this is a helpful post about the best way to get issues resolved on the forum How to post a question in the Streamlit forum βοΈ π