Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
@@ -67,12 +67,11 @@ css = """
|
|
67 |
|
68 |
/* Set height for the Select Model dropdown */
|
69 |
.select {
|
70 |
-
margin: 10px;
|
71 |
height: 100px; /* Set height to 100px */
|
72 |
}
|
73 |
|
74 |
.Accordion {
|
75 |
-
Width:
|
76 |
}
|
77 |
|
78 |
"""
|
|
|
67 |
|
68 |
/* Set height for the Select Model dropdown */
|
69 |
.select {
|
|
|
70 |
height: 100px; /* Set height to 100px */
|
71 |
}
|
72 |
|
73 |
.Accordion {
|
74 |
+
Width: 250px;
|
75 |
}
|
76 |
|
77 |
"""
|