Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
@@ -61,7 +61,7 @@ css = """
|
|
61 |
|
62 |
/* Set button widths to match the Select Model width */
|
63 |
.button {
|
64 |
-
width:
|
65 |
height: 100px; /* Button height */
|
66 |
}
|
67 |
|
|
|
61 |
|
62 |
/* Set button widths to match the Select Model width */
|
63 |
.button {
|
64 |
+
width: 250px; /* Same as the select box width */
|
65 |
height: 100px; /* Button height */
|
66 |
}
|
67 |
|