rguo123 commited on
Commit
7987e96
1 Parent(s): 4dc9d04

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +37 -18
index.html CHANGED
@@ -1,19 +1,38 @@
1
- <!DOCTYPE html>
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <html>
2
+ <head>
3
+ <title>teknium/GPT4-LLM-Cleaned</title>
4
+ <style>
5
+ body {
6
+ font-family: Arial, sans-serif;
7
+ background-color: #f0f0f0;
8
+ display: flex;
9
+ justify-content: center;
10
+ align-items: center;
11
+ height: 100vh;
12
+ margin: 0;
13
+ padding: 0;
14
+ color: #333;
15
+ }
16
+
17
+ .iframe-container {
18
+ border: 1px solid #ccc;
19
+ border-radius: 10px;
20
+ overflow: hidden;
21
+ width: 80%;
22
+ height: 80%;
23
+ box-shadow: 0 0 10px rgba(0,0,0,0.1);
24
+ }
25
+
26
+ iframe {
27
+ width: 100%;
28
+ height: 100%;
29
+ border: none;
30
+ }
31
+ </style>
32
+ </head>
33
+ <body>
34
+ <div class="iframe-container">
35
+ <iframe src="https://atlas.nomic.ai/map/ccd64784-c53f-4bb6-8d40-ea8b7548ed2b/13c16291-89c2-478c-872c-5ec29086592d" allow="clipboard-read; clipboard-write" title="Nomic Atlas"></iframe>
36
+ </div>
37
+ </body>
38
+ </html>