Spaces:
Running
Running
File size: 414 Bytes
6bf1c5c 775847a 6bf1c5c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<iframe
src="https://ai-flaw-report-form.streamlit.app/?embed=true"
style="height: 450px; width: 100%;"
></iframe>
</div>
</body>
</html>
|