File size: 1,065 Bytes
8906bad
2b1939c
8906bad
3a5b7fc
 
6c510b1
 
 
3a5b7fc
 
6c510b1
 
532fed2
 
 
 
 
 
f8e16cc
6c510b1
3a5b7fc
532fed2
6c510b1
532fed2
 
3a5b7fc
 
8906bad
532fed2
6c510b1
 
 
 
 
 
 
8906bad
2b1939c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Gradio App Demo</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/5.5.0/gradio.js"></script>
    <style>
        body {
            background-color: #1a1a1a;
            color: #e2e8f0;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        iframe {
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 0.5rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
    </style>
</head>
<body>
    <!-- Iframe Component -->
    <iframe
        src="https://qwen-qwen2-5-coder-demo.hf.space"
        title="Qwen Qwen2-5 Coder Demo"
        aria-label="Qwen Qwen2-5 Coder Demo"
        frameborder="0"
    ></iframe>
</body>
</html>