voiceCal / minimal_test.py
Peter Michael Gits
debug: Switch to ultra-minimal Streamlit test to isolate restart loop issue
4a0bb42
raw
history blame contribute delete
283 Bytes
#!/usr/bin/env python3
"""
Ultra-minimal Streamlit test to identify restart issue
"""
import streamlit as st
st.title("🎀 Minimal VoiceCal Test")
st.write("If you can see this, basic Streamlit is working!")
st.success("βœ… Test successful")
# Nothing else - just basic Streamlit