Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Commit 
							
							·
						
						1a695fa
	
1
								Parent(s):
							
							f83b3d4
								
update
Browse files- index.html +34 -30
    	
        index.html
    CHANGED
    
    | @@ -1,38 +1,42 @@ | |
| 1 | 
             
            <html>
         | 
|  | |
| 2 | 
             
            <head>
         | 
| 3 | 
            -
             | 
| 4 | 
            -
             | 
| 5 | 
            -
             | 
| 6 | 
            -
             | 
| 7 | 
            -
             | 
| 8 | 
            -
             | 
| 9 | 
            -
             | 
| 10 | 
            -
             | 
| 11 | 
            -
             | 
| 12 | 
            -
             | 
| 13 | 
            -
             | 
| 14 | 
            -
             | 
| 15 | 
            -
             | 
| 16 |  | 
| 17 | 
            -
             | 
| 18 | 
            -
             | 
| 19 | 
            -
             | 
| 20 | 
            -
             | 
| 21 | 
            -
             | 
| 22 | 
            -
             | 
| 23 | 
            -
             | 
| 24 | 
            -
             | 
| 25 |  | 
| 26 | 
            -
             | 
| 27 | 
            -
             | 
| 28 | 
            -
             | 
| 29 | 
            -
             | 
| 30 | 
            -
             | 
| 31 | 
            -
             | 
| 32 | 
             
            </head>
         | 
|  | |
| 33 | 
             
            <body>
         | 
| 34 | 
            -
             | 
| 35 | 
            -
             | 
| 36 | 
            -
             | 
|  | |
| 37 | 
             
            </body>
         | 
|  | |
| 38 | 
             
            </html>
         | 
|  | |
| 1 | 
             
            <html>
         | 
| 2 | 
            +
             | 
| 3 | 
             
            <head>
         | 
| 4 | 
            +
              <title>empathetic_dialogues</title>
         | 
| 5 | 
            +
              <style>
         | 
| 6 | 
            +
                body {
         | 
| 7 | 
            +
                  font-family: Arial, sans-serif;
         | 
| 8 | 
            +
                  background-color: #f0f0f0;
         | 
| 9 | 
            +
                  display: flex;
         | 
| 10 | 
            +
                  justify-content: center;
         | 
| 11 | 
            +
                  align-items: center;
         | 
| 12 | 
            +
                  height: 100vh;
         | 
| 13 | 
            +
                  margin: 0;
         | 
| 14 | 
            +
                  padding: 0;
         | 
| 15 | 
            +
                  color: #333;
         | 
| 16 | 
            +
                }
         | 
| 17 |  | 
| 18 | 
            +
                .iframe-container {
         | 
| 19 | 
            +
                  border: 1px solid #ccc;
         | 
| 20 | 
            +
                  border-radius: 10px;
         | 
| 21 | 
            +
                  overflow: hidden;
         | 
| 22 | 
            +
                  width: 80%;
         | 
| 23 | 
            +
                  height: 80%;
         | 
| 24 | 
            +
                  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
         | 
| 25 | 
            +
                }
         | 
| 26 |  | 
| 27 | 
            +
                iframe {
         | 
| 28 | 
            +
                  width: 100%;
         | 
| 29 | 
            +
                  height: 100%;
         | 
| 30 | 
            +
                  border: none;
         | 
| 31 | 
            +
                }
         | 
| 32 | 
            +
              </style>
         | 
| 33 | 
             
            </head>
         | 
| 34 | 
            +
             | 
| 35 | 
             
            <body>
         | 
| 36 | 
            +
              <div class="iframe-container">
         | 
| 37 | 
            +
                <iframe src="https://atlas-next-prod.vercel.app/map/fe793678-aa8c-44f4-9093-c202d5596aa1/bd1d22f7-2464-4e05-94ad-d8abf7b3a58c" allow="clipboard-read; clipboard-write"
         | 
| 38 | 
            +
                  title="Nomic Atlas"></iframe>
         | 
| 39 | 
            +
              </div>
         | 
| 40 | 
             
            </body>
         | 
| 41 | 
            +
             | 
| 42 | 
             
            </html>
         | 
