Create the venv and sync it with uv.
For launching the server:
uvicorn tile_server:app --reload --port 8000For launching the streamlit app:
streamlit run main.py| Name | Name | Last commit date | ||
|---|---|---|---|---|
Create the venv and sync it with uv.
For launching the server:
uvicorn tile_server:app --reload --port 8000For launching the streamlit app:
streamlit run main.py