Spaces:
Running
Running
File size: 377 Bytes
6bf1c5c 2598e0e 134f3b4 2598e0e 6bf1c5c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<!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>
<iframe
src="https://ai-flaw-report-form.streamlit.app/?embed=true"
style="height: 100vh; width: 100%;"
></iframe>
</body>
</html>
|