CoolFace
Apppublic

devtools2351/LTRAApp

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
index.html17 linesDownload Raw Back to root
1<!DOCTYPE html>
2<html lang="fa" dir="rtl">
3<head>
4    <meta charset="UTF-8">
5    <title>AI Streaming Chat • Persian AI Demo</title>
6    <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>
7</head>
8<body>
9    <h1>🚀 Persian AI Streaming Demo</h1>
10    <p>این یک دمو آزمایشی از چت استریمینگ مبتنی بر WebSocket است</p>
11    <div class="chat">
12        <p>برای تست دمو، روی دکمه زیر کلیک کنید (فقط UI است)</p>
13        <button onclick="alert('در نسخه واقعی AI جواب می‌ده! 😊')">ارسال پیام آزمایشی</button>
14    </div>
15    <p style="font-size:12px;opacity:0.6;">Powered by Hugging Face • Real-time AI</p>
16</body>
17</html>