st.write("This should not appear")
st.line_chart([1, 2, 3, 4])
with st.echo():
foo = "Nothing matters in here!"
st.write("Nothing here will appear")
After Change
// DISABLED
config.set_option("client.displayEnabled", False)
print("doing nothing")
st.text("This should not appear")
print("doing nothing - part deux")