LAP-DEV commited on
Commit
39e9e80
·
verified ·
1 Parent(s): 9e58489

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +3 -2
modules/ui/htmls.py CHANGED
@@ -37,7 +37,8 @@ CSS = """
37
  }
38
 
39
  md_note {
40
- color: red;
 
41
  }
42
 
43
  """
@@ -47,7 +48,7 @@ MARKDOWN = """
47
  """
48
 
49
  MARKDOWN_NOTE = """
50
- <p>Note: Always review & verify the output generated by AI models</p>
51
  """
52
 
53
  NLLB_VRAM_TABLE = """
 
37
  }
38
 
39
  md_note {
40
+ color: red;
41
+ text-decoration: underline;
42
  }
43
 
44
  """
 
48
  """
49
 
50
  MARKDOWN_NOTE = """
51
+ Note: Always review & verify the output generated by AI models
52
  """
53
 
54
  NLLB_VRAM_TABLE = """