File size: 97 Bytes
34b2b62
528eefc
cf85feb
528eefc
 
34b2b62
1
2
3
4
5
6
7
import gradio as gr

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

demo.launch()