Getting these extra texts on screen while deploying locally

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 @Vishesh_Kushwaha,

Can you please share the code for your streamlit app?

Hey @blackary ,
Please find the code in the attached picture.

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 ✍️ 🎈

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.