Py.Cafe

petter/

streamlit-on-pycafe-example

Streamlit on Pycafe Example

DocsPricing
  • Viden.py
  • 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