Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,16 +108,12 @@ footer a {
|
|
| 108 |
color: #aaa !important;
|
| 109 |
}
|
| 110 |
|
| 111 |
-
/* Hide the model dropdown
|
| 112 |
-
.sidebar-panel .gr-
|
|
|
|
| 113 |
display: none !important;
|
| 114 |
}
|
| 115 |
|
| 116 |
-
.sidebar-panel label {
|
| 117 |
-
display: none !important; /* hides the label "Select Model" */
|
| 118 |
-
}
|
| 119 |
-
|
| 120 |
-
|
| 121 |
|
| 122 |
|
| 123 |
"""
|
|
|
|
| 108 |
color: #aaa !important;
|
| 109 |
}
|
| 110 |
|
| 111 |
+
/* Hide only the model selection dropdown and its label */
|
| 112 |
+
.sidebar-panel > .gr-block:nth-child(3),
|
| 113 |
+
.sidebar-panel > .gr-block:nth-child(3) label {
|
| 114 |
display: none !important;
|
| 115 |
}
|
| 116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
|
| 118 |
|
| 119 |
"""
|