Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +1 -0
modules/ui/htmls.py
CHANGED
|
@@ -39,6 +39,7 @@ CSS = """
|
|
| 39 |
|
| 40 |
MARKDOWN = """
|
| 41 |
# Automatic speech recognition
|
|
|
|
| 42 |
"""
|
| 43 |
|
| 44 |
MARKDOWN_NOTE = "Note: Always review & verify the output generated by AI models"
|
|
|
|
| 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"
|