Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1480,7 +1480,7 @@ body, .gradio-container {
|
|
1480 |
}
|
1481 |
.row-container {
|
1482 |
display: flex;
|
1483 |
-
width:
|
1484 |
justify-content: flex-start; /* Align buttons to the left */
|
1485 |
gap: 10px; /* Space between buttons */
|
1486 |
|
|
|
1480 |
}
|
1481 |
.row-container {
|
1482 |
display: flex;
|
1483 |
+
width:500px;
|
1484 |
justify-content: flex-start; /* Align buttons to the left */
|
1485 |
gap: 10px; /* Space between buttons */
|
1486 |
|