Py.Cafe

pycafe-docs/

streamlit-data-explorer

Interactive Data Explorer with Streamlit

DocsPricing
  • app.py
  • requirements.txt
app.py
1
2
3
4
import streamlit as st

st.title("my-project-test")