Update html_blocks.py
Browse files- html_blocks.py +7 -1
html_blocks.py
CHANGED
|
@@ -9,4 +9,10 @@ FEATURES_HTML = """
|
|
| 9 |
<li>Trained and benchmarked against diverse LLM outputs</li>
|
| 10 |
<li>Multi Agents Implementation To Improve Its Accuracy</li>
|
| 11 |
</ul>
|
| 12 |
-
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
<li>Trained and benchmarked against diverse LLM outputs</li>
|
| 10 |
<li>Multi Agents Implementation To Improve Its Accuracy</li>
|
| 11 |
</ul>
|
| 12 |
+
"""
|
| 13 |
+
|
| 14 |
+
NOTE_HTML = """
|
| 15 |
+
<p><b style="color: tomato">NOTE:</b> Longer text takes more time to analyze.</p>
|
| 16 |
+
<p>The model performs the best(much faster) with less than 1,000 words.</p>
|
| 17 |
+
<p>If words exceeds 2,000 words, it might take a couple of minutes to get the result, for example.</p>
|
| 18 |
+
"""
|