Denne appen i Python Streamlit skal vise når våren kommer, basert på input fra en bruker.
- Clone repository.
- Make a virtual environment.
- Activate the virtual environment.
- Install pip-tools:
pip install pip-tools
. - Synchronize the dependencies:
pip-sync
. - Run the Streamlit application:
streamlit run app.py
.