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