SamitF commited on
Commit
5fd7980
Β·
verified Β·
1 Parent(s): 50ad954

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -813,4 +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
 
 
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
+ }