Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +0 -9
modules/ui/htmls.py
CHANGED
|
@@ -35,21 +35,12 @@ CSS = """
|
|
| 35 |
#md_project a:hover {
|
| 36 |
text-decoration: underline;
|
| 37 |
}
|
| 38 |
-
|
| 39 |
-
md_note{
|
| 40 |
-
background-color: red;
|
| 41 |
-
}
|
| 42 |
-
|
| 43 |
"""
|
| 44 |
|
| 45 |
MARKDOWN = """
|
| 46 |
# Automatic speech recognition
|
| 47 |
"""
|
| 48 |
|
| 49 |
-
MARKDOWN_NOTE = """
|
| 50 |
-
Note: Always review & verify the output generated by AI models
|
| 51 |
-
"""
|
| 52 |
-
|
| 53 |
NLLB_VRAM_TABLE = """
|
| 54 |
<!DOCTYPE html>
|
| 55 |
<html lang="en">
|
|
|
|
| 35 |
#md_project a:hover {
|
| 36 |
text-decoration: underline;
|
| 37 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
"""
|
| 39 |
|
| 40 |
MARKDOWN = """
|
| 41 |
# Automatic speech recognition
|
| 42 |
"""
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
NLLB_VRAM_TABLE = """
|
| 45 |
<!DOCTYPE html>
|
| 46 |
<html lang="en">
|