gradio/demo/dataframe_component/run.py
pngwn e8216be948
ensure gr.Dataframe updates as expected (#6290)
* ensure Dataframe updates as expected

* add changeset

* add changeset

* ensure Dataframe updates as expected

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-11-03 22:33:19 +00:00

7 lines
97 B
Python

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