import gradio as gr with gr.Blocks() as demo: with gr.Row(): [gr.Button() for i in range(10)] demo.launch(debug=True)