llama3.1-405B / index.html
llamameta's picture
Update index.html
587f601 verified
raw
history blame
415 Bytes
<!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://llama370binstruct-gphacji7x6jjl4brngzslt.streamlit.app/?embed=true"
></iframe>
</body>
</html>