Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -38,7 +38,7 @@
|
|
38 |
}
|
39 |
</style>
|
40 |
</head>
|
41 |
-
<body class="flex items-center justify-center min-h-screen">
|
42 |
<!-- Gradio App Component -->
|
43 |
<!-- <gradio-app src="https://qwen-qwen2-5-coder-demo.hf.space" data-props='{"theme": "dark"}'></gradio-app> -->
|
44 |
|
@@ -48,6 +48,7 @@
|
|
48 |
title="Qwen Qwen2-5 Coder Demo"
|
49 |
aria-label="Qwen Qwen2-5 Coder Demo"
|
50 |
frameborder="0"
|
|
|
51 |
></iframe>
|
52 |
</body>
|
53 |
</html>
|
|
|
38 |
}
|
39 |
</style>
|
40 |
</head>
|
41 |
+
<body class="flex items-center justify-center min-h-screen bg-gray-900 text-gray-200">
|
42 |
<!-- Gradio App Component -->
|
43 |
<!-- <gradio-app src="https://qwen-qwen2-5-coder-demo.hf.space" data-props='{"theme": "dark"}'></gradio-app> -->
|
44 |
|
|
|
48 |
title="Qwen Qwen2-5 Coder Demo"
|
49 |
aria-label="Qwen Qwen2-5 Coder Demo"
|
50 |
frameborder="0"
|
51 |
+
class="rounded-lg shadow-lg"
|
52 |
></iframe>
|
53 |
</body>
|
54 |
</html>
|