LAP-DEV commited on
Commit
627622d
·
verified ·
1 Parent(s): 13cd558

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +10 -2
modules/ui/htmls.py CHANGED
@@ -36,7 +36,13 @@ CSS = """
36
  text-decoration: underline;
37
  }
38
 
39
- #md_project {
 
 
 
 
 
 
40
  color: red;
41
  }
42
  """
@@ -45,7 +51,9 @@ MARKDOWN = """
45
  # Automatic speech recognition
46
  """
47
 
48
- MARKDOWN_NOTE = "<p id=""md_project"">Note: Always review & verify the output generated by AI models</p>"
 
 
49
 
50
  NLLB_VRAM_TABLE = """
51
  <!DOCTYPE html>
 
36
  text-decoration: underline;
37
  }
38
 
39
+ md_note {
40
+ color: red;
41
+ }
42
+ #md_note {
43
+ color: red;
44
+ }
45
+ .md_note {
46
  color: red;
47
  }
48
  """
 
51
  # Automatic speech recognition
52
  """
53
 
54
+ MARKDOWN_NOTE = """
55
+ Note: Always review & verify the output generated by AI models</p>
56
+ """
57
 
58
  NLLB_VRAM_TABLE = """
59
  <!DOCTYPE html>