LAP-DEV commited on
Commit
a91f024
·
verified ·
1 Parent(s): e5f1263

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +4 -1
modules/ui/htmls.py CHANGED
@@ -35,11 +35,14 @@ CSS = """
35
  #md_project a:hover {
36
  text-decoration: underline;
37
  }
 
 
 
 
38
  """
39
 
40
  MARKDOWN = """
41
  # Automatic speech recognition
42
- ### Always review & verify the output generated by AI models
43
  """
44
 
45
  MARKDOWN_NOTE = "Note: Always review & verify the output generated by AI models"
 
35
  #md_project a:hover {
36
  text-decoration: underline;
37
  }
38
+
39
+ md_project {
40
+ color: red;
41
+ }
42
  """
43
 
44
  MARKDOWN = """
45
  # Automatic speech recognition
 
46
  """
47
 
48
  MARKDOWN_NOTE = "Note: Always review & verify the output generated by AI models"