St.connection:how to hide spinner writing: Running sql.query(...). in page

When I visit a webpage, the page displays “Running sql.query(…)”. How can I hide it so that it doesn’t appear on the page?

This is my function:

conn = st.connection("mysql", type="sql")

df = conn.query("SELECT id, path FROM user_path;", ttl=600)

Im looking forward to your help

1 Like

I also have this question - would really like to remove this from showing up!

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