NAVBAR / pages /streamlit.py
Milind Kamat
first commit
2e28542
raw
history blame contribute delete
102 Bytes
import streamlit as st
st.title('Streamlit Page')
st.write('This is the Streamlit page content')