Duplicated from PinoCorgi/DSA_Recommendor
A newer version of the Streamlit SDK is available: 1.42.0
1.42.0
title: Find Similar Code emoji: 💻 colorFrom: purple colorTo: red sdk: streamlit sdk_version: 1.19.0 app_file: app.py pinned: false license: mit
python -m venv .venv source .venv/bin/activate/ pip install -r requirements.txt streamlit run app.py
python -m venv .venv
source .venv/bin/activate/
pip install -r requirements.txt
streamlit run app.py