awacke1 commited on
Commit
b631c17
·
1 Parent(s): 8630efe

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -6
index.html CHANGED
@@ -7,16 +7,16 @@
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>
13
- You can modify this app directly by editing <i>index.html</i> in the
14
- Files and versions tab.
15
  </p>
16
  <p>
17
- Also don't forget to check the
18
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank"
19
- >Spaces documentation</a
20
  >.
21
  </p>
22
  </div>
 
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <script src="https://whitphx.github.io/stlite/lib/application/stlite.js"></script>
11
  <div class="card">
12
+ <h1>STLITE in an HTML5 Page Web App to Run Streamlit</h1>
13
  <p>
14
+ script source
 
15
  </p>
16
  <p>
17
+ url
18
+ <a href="https://www.youtube.com/watch?v=VQdktxgbmmg" target="_blank"
19
+ >Stlite Streamlit video tutorial</a
20
  >.
21
  </p>
22
  </div>