Row and Column in Gradio
Learn how to arrange components in rows and columns with Gradio.
We'll cover the following
Row
When it comes to building the layout with Gradio Blocks
, typically components are arranged either by rows or columns. Building a UI with Blocks
allows us to customize where each component goes, and Row
is how we split the components into different rows explicitly.
In the previous lesson, Introduction to Block Layouts, we saw the welcome page appear as below:
Get hands-on with 1300+ tech skills courses.