Py.Cafe

code-m8/

streamlit-on-pycafe-example

Streamlit on Py.cafe Example

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