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