We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b3a29 commit 15839d1Copy full SHA for 15839d1
Display interactive widgets.md
@@ -62,7 +62,7 @@ Displays a download button labeled "On the dl" to download the provided data in
62
st.color_picker('Pick a color')
63
Displays a color picker in the Streamlit app.
64
65
-Here's a description of each line of code:
+***Use widgets' returned values in variables***
66
67
for i in range(int(st.number_input('Num:'))): foo()
68
0 commit comments