Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +10 -2
modules/ui/htmls.py
CHANGED
@@ -36,7 +36,13 @@ CSS = """
|
|
36 |
text-decoration: underline;
|
37 |
}
|
38 |
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
color: red;
|
41 |
}
|
42 |
"""
|
@@ -45,7 +51,9 @@ MARKDOWN = """
|
|
45 |
# Automatic speech recognition
|
46 |
"""
|
47 |
|
48 |
-
MARKDOWN_NOTE = "
|
|
|
|
|
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>
|