| FEATURES_HTML = """ | |
| <h3>⚡ Features:</h3> | |
| <ul> | |
| <li>RoBERTa-Powered Accuracy</li> | |
| <li>Hybrid Statistical + Semantic Analysis</li> | |
| <li>Contextual Sensitivity</li> | |
| <li>Natural Text Flow Evaluation</li> | |
| <li>Trained and benchmarked against diverse LLM outputs</li> | |
| <li>Multi Agents Implementation To Improve Its Accuracy</li> | |
| </ul> | |
| """ | |
| NOTE_HTML = """ | |
| <p><b style="color: tomato">NOTE:</b> Longer text takes more time to analyze.</p> | |
| <p>The model performs the best(much faster) with less than 1,000 words.</p> | |
| <p>If words exceeds 2,000 words, it might take a couple of minutes to get the result, for example.</p> | |
| """ |