| 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.") |
| 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.") |