Spaces:
Runtime error
Runtime error
zetavg
commited on
Commit
•
82e3afe
1
Parent(s):
89dd922
update style
Browse files
llama_lora/ui/main_page.py
CHANGED
@@ -227,6 +227,8 @@ def main_page_custom_css():
|
|
227 |
#inference_raw_output > .wrap:first-child {
|
228 |
/* allow users to select text while generation is still in progress */
|
229 |
pointer-events: none;
|
|
|
|
|
230 |
}
|
231 |
|
232 |
/* position sticky */
|
|
|
227 |
#inference_raw_output > .wrap:first-child {
|
228 |
/* allow users to select text while generation is still in progress */
|
229 |
pointer-events: none;
|
230 |
+
|
231 |
+
padding: 12px !important;
|
232 |
}
|
233 |
|
234 |
/* position sticky */
|