Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +2 -4
modules/ui/htmls.py
CHANGED
@@ -41,12 +41,10 @@ MARKDOWN = """
|
|
41 |
# Automatic speech recognition
|
42 |
"""
|
43 |
|
44 |
-
|
45 |
-
|
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">
|
|
|
41 |
# Automatic speech recognition
|
42 |
"""
|
43 |
|
44 |
+
MARKDOWN_NOTE = """
|
45 |
+
## Always review & verify the output generated by AI models
|
46 |
"""
|
47 |
|
|
|
|
|
48 |
NLLB_VRAM_TABLE = """
|
49 |
<!DOCTYPE html>
|
50 |
<html lang="en">
|