zetavg commited on
Commit
1cb2b40
1 Parent(s): 0e92a92
Files changed (1) hide show
  1. llama_lora/ui/main_page.py +2 -2
llama_lora/ui/main_page.py CHANGED
@@ -177,8 +177,8 @@ def main_page_custom_css():
177
  border-bottom: 0;
178
  }
179
 
180
- #inference_output > .wrap,
181
- #inference_raw_output > .wrap {
182
  /* allow users to select text while generation is still in progress */
183
  pointer-events: none;
184
  }
 
177
  border-bottom: 0;
178
  }
179
 
180
+ #inference_output > .wrap:first-child,
181
+ #inference_raw_output > .wrap:first-child {
182
  /* allow users to select text while generation is still in progress */
183
  pointer-events: none;
184
  }