Base branch to start a new Streamlit generic project with multipage.
git clone https://github.com/Cryst4lDr4g0n/streamlitTutorial-eng.git
git checkout live_coding
It is suggested to create a virtual environment (e.g., venv, pipenv).
pip install --user pipenv
Start the virtual env:
pipenv shell
Install the required Python modules:
pip install -r requirements.txt
Start the application:
python -m streamlit run Home.py