mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
e8216be948
* 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>
7 lines
97 B
Python
7 lines
97 B
Python
import gradio as gr
|
|
|
|
with gr.Blocks() as demo:
|
|
gr.Dataframe(interactive=True)
|
|
|
|
demo.launch()
|