File size: 741 Bytes
8630efe
 
 
 
 
 
 
 
 
b631c17
3610e97
 
 
 
 
 
 
 
 
8630efe
b631c17
8630efe
b631c17
8630efe
 
b631c17
 
 
8630efe
 
 
 
 
1
2
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
33
34
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>My static Space</title>
		<link rel="stylesheet" href="style.css" />
	</head>
	<body>
		<script src="https://whitphx.github.io/stlite/lib/application/stlite.js"></script>
		<script>
		stlite.mount({
			mainScriptData:  `
import streamlit as st
name=st.text_input("Name")
st.write("Hello, ", name or "world")
			`
			})
			</script>
		<div class="card">
			<h1>STLITE in an HTML5 Page Web App to Run Streamlit</h1>
			<p>
				script source
			</p>
			<p>
				url
				<a href="https://www.youtube.com/watch?v=VQdktxgbmmg" target="_blank"
					>Stlite Streamlit video tutorial</a
				>.
			</p>
		</div>
	</body>
</html>