NAVBAR / pages /pricing.py
Milind Kamat
first commit
2e28542
raw
history blame contribute delete
103 Bytes
# pages/pricing.py
import streamlit as st
st.title('Pricing')
st.write('Welcome to the Pricing page')