MistriDevLab / index.html
acecalisto3's picture
Create index.html
04eb609 verified
raw
history blame
No virus
244 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Llama 3.1 405B Free Demo Site!</title>
</head>
<body>
<iframe
src="https://llama31405b.streamlit.app/?embed=true"
style="height: 800px; width: 100%; border: none;">
</iframe>
</body>
</html>