Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available: 1.55.0
metadata
title: helloworld
app_file: app.py
sdk: streamlit
sdk_version: 1.25.0
Setting up env
- Install conda from https://docs.conda.io/projects/conda/en/latest/user-guide/install/macos.html
- Run
conda create -p venv python==3.9 -y conda conda activate {env}conda install ipykernel