amamiyax17's picture
Update app.py
288792e verified
raw
history blame contribute delete
197 Bytes
# app.py
import streamlit as st
st.write("Hello, Streamlit minimal app!")
st.sidebar.markdown("# Debugging Mode")
st.sidebar.write("This is a minimal app to check Streamlit basic functionality.")