Spaces:
Runtime error
Runtime error
zetavg
commited on
Commit
•
1a203ff
1
Parent(s):
5fcf47b
update ui
Browse files
llama_lora/ui/main_page.py
CHANGED
@@ -212,6 +212,10 @@ def main_page_custom_css():
|
|
212 |
background: var(--background-fill-primary);
|
213 |
opacity: 0.8;
|
214 |
}
|
|
|
|
|
|
|
|
|
215 |
|
216 |
#current_base_model_hint {
|
217 |
display: none;
|
|
|
212 |
background: var(--background-fill-primary);
|
213 |
opacity: 0.8;
|
214 |
}
|
215 |
+
#global_base_model_select ul {
|
216 |
+
z-index: 9999;
|
217 |
+
background: var(--block-background-fill);
|
218 |
+
}
|
219 |
|
220 |
#current_base_model_hint {
|
221 |
display: none;
|