Search⌘ K

Group in Gradio

Explore how to use the Group layout in Gradio to control padding and margins between user interface components. This lesson helps you customize your app's layout by grouping elements to remove unwanted spacing, improving the overall design and user experience of your machine learning applications.

Group

There come times when we need some simple customizations to our UI. The great thing about Gradio is that many of these considerations are generally taken care of, however, sometimes we need to fine-tune exactly what we want. In this lesson, we will learn how to control the padding and margins between components using Group.

Group is a layout element that must be defined within ...