Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +3 -2
modules/ui/htmls.py
CHANGED
@@ -41,11 +41,12 @@ MARKDOWN = """
|
|
41 |
# Automatic speech recognition
|
42 |
"""
|
43 |
|
44 |
-
|
45 |
<p style="color: #a89032; font-size: 10px; font-style: italic;">Always review & verify the output generated by AI models</p>
|
46 |
-
<p style="color:blue;font-size:46px;">test</p>
|
47 |
"""
|
48 |
|
|
|
|
|
49 |
NLLB_VRAM_TABLE = """
|
50 |
<!DOCTYPE html>
|
51 |
<html lang="en">
|
|
|
41 |
# Automatic speech recognition
|
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>"
|
49 |
+
|
50 |
NLLB_VRAM_TABLE = """
|
51 |
<!DOCTYPE html>
|
52 |
<html lang="en">
|