Lazabriellholland's picture
Update app.py
9c275fa verified
raw
history blame
190 Bytes
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.")