Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 311 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 311 Bytes

Command to create VIrtual environment

python -m venv venv .venv\Scripts\activate

Git Commands

git config --global user.email "replace with your email" git config --global user.name "Replace with your name" git clone <repository

Streamlit

streamlit run app.py