Skip to content

Commit 15839d1

Browse files
committed
Update Display interactive widgets.md
1 parent a4b3a29 commit 15839d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Display interactive widgets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Displays a download button labeled "On the dl" to download the provided data in
6262
st.color_picker('Pick a color')
6363
Displays a color picker in the Streamlit app.
6464

65-
Here's a description of each line of code:
65+
***Use widgets' returned values in variables***
6666

6767
for i in range(int(st.number_input('Num:'))): foo()
6868

0 commit comments

Comments
 (0)