Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -6
index.html
CHANGED
@@ -7,11 +7,9 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
-
<
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
></iframe>
|
15 |
-
</div>
|
16 |
</body>
|
17 |
</html>
|
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<iframe
|
11 |
+
src="https://ai-flaw-report-form.streamlit.app/?embed=true"
|
12 |
+
style="height: 450px; width: 100%;"
|
13 |
+
></iframe>
|
|
|
|
|
14 |
</body>
|
15 |
</html>
|