<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://testllm-63uizo4ua9zpju5xr4hjzk.streamlit.app/?embed=true" | |
></iframe> | |
</body> | |
</html> |