Spaces:
Runtime error
Runtime error
zetavg
commited on
Commit
•
ede48a7
1
Parent(s):
404325d
update style
Browse files
llama_lora/ui/main_page.py
CHANGED
@@ -301,6 +301,7 @@ def main_page_custom_css():
|
|
301 |
}
|
302 |
#inference_lora_model_group > #inference_lora_model_prompt_template_message {
|
303 |
padding: var(--block-padding) !important;
|
|
|
304 |
margin-top: -50px !important;
|
305 |
margin-left: 4px !important;
|
306 |
font-size: 12px;
|
|
|
301 |
}
|
302 |
#inference_lora_model_group > #inference_lora_model_prompt_template_message {
|
303 |
padding: var(--block-padding) !important;
|
304 |
+
padding-bottom: 5px !important;
|
305 |
margin-top: -50px !important;
|
306 |
margin-left: 4px !important;
|
307 |
font-size: 12px;
|