Spaces:
Runtime error
Runtime error
| 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.") | |