288792e ec79641 324273a 288792e
1
2
3
4
5
6
7
# 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.")