Spaces:
Runtime error
Runtime error
| <html lang="zh-TW"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>ClassLens — AI-Powered Exam Analysis for Teachers</title> | |
| <meta name="description" content="Analyze student exam responses, generate personalized explanations, and create peer learning groups with AI." /> | |
| <link rel="icon" type="image/x-icon" href="/favicon.ico" /> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
| <link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..900;1,9..144,300..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet"> | |
| <script src="https://cdn.platform.openai.com/deployments/chatkit/chatkit.js"></script> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| <script type="module" src="/src/main.tsx"></script> | |
| </body> | |
| </html> | |