Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
@@ -70,8 +70,7 @@ css = """
|
|
70 |
|
71 |
/* Set button widths to match the Select Model width */
|
72 |
.button {
|
73 |
-
width:
|
74 |
-
margin: 5px;
|
75 |
}
|
76 |
"""
|
77 |
|
|
|
70 |
|
71 |
/* Set button widths to match the Select Model width */
|
72 |
.button {
|
73 |
+
width: 500px; /* Same as the select box width */
|
|
|
74 |
}
|
75 |
"""
|
76 |
|