File size: 97 Bytes
2b7a58d
6b6b8e6
ac69ff8
6b6b8e6
 
2b7a58d
1
2
3
4
5
6
7
import gradio as gr

with gr.Blocks() as demo:
    gr.Dataframe(interactive=True)

demo.launch()