File size: 405 Bytes
3cc4cdd 438b21c 3cc4cdd 05e6477 3cc4cdd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<!DOCTYPE html>
<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> |