Py.Cafe

arjassat/

interactive-streamlit-on-pycafe

Interactive Streamlit on PyCafe

DocsPricing
  • app.py
  • requirements.txt
requirements.txt
1
2
3
4
5
6
7
8

streamlit==1.27.2  # currently pinned to this version
# if on pyodide < 0.27 (without pyarrow), mocking pyarrow is needed
pyarrow==17.0.0 # mock
numpy
altair
pandas