LAP-DEV commited on
Commit
59da381
·
verified ·
1 Parent(s): c7256b2

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +1 -1
modules/ui/htmls.py CHANGED
@@ -42,7 +42,7 @@ MARKDOWN = """
42
  """
43
 
44
  MARKDOWN_NOTE_TEST = """
45
- <p style="color: #a89032; font-size: 10px; font-style: italic;">Always review & verify the output generated by AI models</p>
46
  """
47
 
48
  MARKDOWN_NOTE = "<p style='color:blue;font-size:46px;'>test</p>"
 
42
  """
43
 
44
  MARKDOWN_NOTE_TEST = """
45
+ <div style="color: #a89032; font-size: 10px; font-style: italic;">Always review & verify the output generated by AI models</div>
46
  """
47
 
48
  MARKDOWN_NOTE = "<p style='color:blue;font-size:46px;'>test</p>"