Spaces:
Paused
Paused
| <html lang="fa" dir="rtl"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>AI Streaming Chat • Persian AI Demo</title> | |
| <style>body{font-family: system-ui; background: #0f0f0f; color: #fff; text-align: center; padding: 50px;} h1{color:#00ff9d;} .chat{max-width:600px;margin:40px auto;}</style> | |
| </head> | |
| <body> | |
| <h1>🚀 Persian AI Streaming Demo</h1> | |
| <p>این یک دمو آزمایشی از چت استریمینگ مبتنی بر WebSocket است</p> | |
| <div class="chat"> | |
| <p>برای تست دمو، روی دکمه زیر کلیک کنید (فقط UI است)</p> | |
| <button onclick="alert('در نسخه واقعی AI جواب میده! 😊')">ارسال پیام آزمایشی</button> | |
| </div> | |
| <p style="font-size:12px;opacity:0.6;">Powered by Hugging Face • Real-time AI</p> | |
| </body> | |
| </html> |