File size: 190 Bytes
7b0104d
9c275fa
 
 
1
2
3
4
5
import streamlit as st
st.set_page_config(page_title="OK", page_icon="✅")
st.title("✅ Streamlit + Docker is running")
st.write("If you can see this page, your Docker Space is healthy.")