File size: 142 Bytes
4357e5a
786c320
c656a6a
786c320
 
4357e5a
1
2
3
4
5
6
7
import gradio as gr

with gr.Blocks() as demo:
    gr.CheckboxGroup(choices=["First Choice", "Second Choice", "Third Choice"])

demo.launch()