cfahlgren1 HF staff commited on
Commit
cf13f69
1 Parent(s): 23e5ecf

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -9
index.html CHANGED
@@ -5,15 +5,11 @@
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>
 
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
  </head>
10
+ <body class="flex items-center justify-center min-h-screen bg-gray-100">
11
+ <div class="shadow-lg w-full max-w-[850px] rounded-lg overflow-hidden">
12
+ <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/cfahlgren1" frameborder="0" width="850" height="250" class="w-full"></iframe>
 
 
 
 
 
13
  </div>
14
  </body>
15
+ </html>