voiceCal / hello_world.py
Peter Michael Gits
debug: Add print statement to test Python execution before Streamlit
35326c5
raw
history blame contribute delete
196 Bytes
print("Hello from VoiceCal!")
# Basic Streamlit test
import streamlit as st
st.title("VoiceCal Working!")
st.write("Basic Streamlit is functioning.")
st.success("Configuration test successful.")