HelloWorld / README.md
theRealNG's picture
fix minor issues for lesson 1
a43d879

A newer version of the Streamlit SDK is available: 1.55.0

Upgrade
metadata
title: helloworld
app_file: app.py
sdk: streamlit
sdk_version: 1.25.0

Setting up env

  1. Install conda from https://docs.conda.io/projects/conda/en/latest/user-guide/install/macos.html
  2. Run conda create -p venv python==3.9 -y
  3. conda conda activate {env}
  4. conda install ipykernel