LAP-DEV commited on
Commit
2ac939b
·
verified ·
1 Parent(s): d240ad1

Update modules/ui/htmls.py

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