0376edc a54ef95 0376edc
1
2
3
4
5
6
7
8
9
10
import gradio as gr with gr.Blocks() as demo: gr.Dataframe( headers=["name"], datatype=["str"], row_count=5, col_count=(1, "fixed")) demo.launch()