Spaces:
Runtime error
Runtime error
A newer version of the Streamlit SDK is available: 1.56.0
metadata
title: Mycodesucks
emoji: 🐢
colorFrom: gray
colorTo: blue
sdk: streamlit
sdk_version: 1.35.0
app_file: app.py
pinned: false
Environment
This project uses poetry to manage the environment.
When you pull a new version of this repo make sure to update the environment by running
poetry install --no-rootin case new packages were added since.
Initial Setup
- Navigate to this project's base directory
- Run
poetry install - Add this environment to the list of kernels to use in a jupyter notebook:
- activate the environment with
poetry shell - run
python -m ipykernel install --user --name my_code_sucks --display-name "my code sucks"
- activate the environment with
- Create a
.envfile by copying.env.exampleand replace the values with actual keys.