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