Spaces:
Running
Running
| <html> | |
| <head> | |
| <title>Llama 3.1 405B Free Demo Site!</title> | |
| <style> | |
| html, body { | |
| margin: 0; | |
| padding: 0; | |
| width: 100%; | |
| height: 100%; | |
| } | |
| iframe { | |
| width: 100%; | |
| height: 100vh; | |
| border: none; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <iframe | |
| src="https://llama370binstruct-a7wmirmisasgas27mmb2hk.streamlit.app/?embed=true" | |
| ></iframe> | |
| </body> | |
| </html> |