Update app.py
Browse files
app.py
CHANGED
|
@@ -813,5 +813,5 @@ SAMPLES = {
|
|
| 813 |
"Multilingual & Emoji": "Multilingual test: Bonjour, γγγ«γ‘γ―, μλ
νμΈμ! Here is an emoji breakdown to inspect UTF-8 bytes: π π π. What is their representation in binary memory space?",
|
| 814 |
"HTML document sample": '<!DOCTYPE html>\n<html>\n<head>\n <title>Sample Sandbox</title>\n</head>\n<body>\n <div class="content">\n <h1>Welcome to Text Explorer!</h1>\n <p>This is standard markup designed to verify our pure HTML-Parser extraction utilities.</p>\n <a href="https://example.com">Visit our project</a>\n </div>\n</body>\n</html>',
|
| 815 |
"Tabular CSV format": "username,email,role,joined_date\nsmith_john,john.smith@gmail.com,Administrator,2024-03-24\nelizabeth_k,k.elizabeth@yahoo.com,Contributor,2025-05-15\ntech_support,support@domain.org,User,2026-01-10",
|
| 816 |
-
"Markdown document": "# Markdown Document Guide\n\nWelcome to this structural text parsing review. Here are some key attributes:\n\n- Support lists\n- Supports link items: [Hugging Face Space](https://huggingface.co/spaces)\n\n## Sub-headers\n
|
| 817 |
}
|
|
|
|
| 813 |
"Multilingual & Emoji": "Multilingual test: Bonjour, γγγ«γ‘γ―, μλ
νμΈμ! Here is an emoji breakdown to inspect UTF-8 bytes: π π π. What is their representation in binary memory space?",
|
| 814 |
"HTML document sample": '<!DOCTYPE html>\n<html>\n<head>\n <title>Sample Sandbox</title>\n</head>\n<body>\n <div class="content">\n <h1>Welcome to Text Explorer!</h1>\n <p>This is standard markup designed to verify our pure HTML-Parser extraction utilities.</p>\n <a href="https://example.com">Visit our project</a>\n </div>\n</body>\n</html>',
|
| 815 |
"Tabular CSV format": "username,email,role,joined_date\nsmith_john,john.smith@gmail.com,Administrator,2024-03-24\nelizabeth_k,k.elizabeth@yahoo.com,Contributor,2025-05-15\ntech_support,support@domain.org,User,2026-01-10",
|
| 816 |
+
"Markdown document": "# Markdown Document Guide\n\nWelcome to this structural text parsing review. Here are some key attributes:\n\n- Support lists\n- Supports link items: [Hugging Face Space](https://huggingface.co/spaces)\n\n## Sub-headers\n",
|
| 817 |
}
|