Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,6 +184,8 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="sky")) as demo:
|
|
| 184 |
gr.HTML("""
|
| 185 |
<style>
|
| 186 |
.example-row {
|
|
|
|
|
|
|
| 187 |
display: flex;
|
| 188 |
flex-direction: row;
|
| 189 |
flex-wrap: wrap; /* Will wrap to vertical if there's not enough space */
|
|
|
|
| 184 |
gr.HTML("""
|
| 185 |
<style>
|
| 186 |
.example-row {
|
| 187 |
+
flex-grow: 1 !important;
|
| 188 |
+
width: 100% !important;
|
| 189 |
display: flex;
|
| 190 |
flex-direction: row;
|
| 191 |
flex-wrap: wrap; /* Will wrap to vertical if there's not enough space */
|