Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -67,9 +67,14 @@ css = """
|
|
67 |
|
68 |
/* Set height for the Select Model dropdown */
|
69 |
.select {
|
|
|
70 |
height: 100px; /* Set height to 100px */
|
71 |
}
|
72 |
|
|
|
|
|
|
|
|
|
73 |
"""
|
74 |
|
75 |
# Gradio App
|
|
|
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: 100%;
|
76 |
+
}
|
77 |
+
|
78 |
"""
|
79 |
|
80 |
# Gradio App
|