Spaces:
Running
Running
acecalisto3
commited on
Commit
•
04eb609
1
Parent(s):
6ef3b1d
Create index.html
Browse files- index.html +13 -0
index.html
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title>Llama 3.1 405B Free Demo Site!</title>
|
5 |
+
</head>
|
6 |
+
<body>
|
7 |
+
<iframe
|
8 |
+
src="https://llama31405b.streamlit.app/?embed=true"
|
9 |
+
style="height: 800px; width: 100%; border: none;">
|
10 |
+
</iframe>
|
11 |
+
|
12 |
+
</body>
|
13 |
+
</html>
|