File size: 865 Bytes
36fc1ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<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>