Skip to content

Commit

Permalink
Add live Cloud app to st.radio docstring (streamlit#4170)
Browse files Browse the repository at this point in the history
  • Loading branch information
snehankekre authored Dec 14, 2021
1 parent 01c705a commit a20ba12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/streamlit/elements/radio.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ def radio(
... else:
... st.write("You didn\'t select comedy.")
.. output::
https://share.streamlit.io/streamlit/docs/main/python/api-examples-source/widget.radio.py
height: 260px
"""
key = to_key(key)
check_callback_rules(self.dg, on_change)
Expand Down

0 comments on commit a20ba12

Please sign in to comment.