so i have some suggestions for streamlit:
password boxes: they would be like normal text inputs, but displayed in dots (st.pasword or similar).
clearing the screen: having a function (st.clear) that would delete any widgets or text and have blank screen.
again, themes and secrets i would love to see
PeterT
March 3, 2021, 1:42pm
2
Hi henosBot,
is actually already possible
st.text_input("Please enter password", type="password")
Will do the trick, see also the docs .
Regarding 2) could you explain the usecase? Perhaps there is a way to do it with existing functionality. I’m not sure I understand a situation where this is useful though…
Regarding 3), I think both are coming quite soon!
2 Likes