Spaces:
Running
Running
<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> |