Input Widgets
read
read_number
read_textarea
This get a line of text from the user
Examples
read_email
read_phone
This get an phone number from user's input
Examples
read_date
This gets a date from the user and returns a datetime.date object
Examples
read_file
This adds a button that allows the user to upload a file
Examples
read_image
This adds a button that allows the user to upload a image file
Examples
read_video
This adds a button that allows the user to upload a video file
Examples
read_multiple_choice
This displays a list of options to the user
Examples
read_cards
Displays a list of cards and gets user selection
Examples

Charmander
Fire

Bulbasaur
Grass

Squirtle
Water
read_dropdown
This displays a dropdown of options to the user
Examples
read_tag
read_list
read_pandas_row_selection
read_password
read_time
This displays a dropdown of time options to the user
Examples
read_code
read_nps
Reads NPS from user
Examples
Output Widgets
display
display_image
display_link
A hyperlink that can be used to redirect users to another tab
Examples
display_file
A button that downloads a file sent from your python script
Examples
display_pandas
display_plotly
display_html
HTML string that can be used to display complex informations such as tables, charts and more
Examples