Example on how to download an artifact
Install dependencies:
> pip install -r requirements.txt
Start Streamlit
> streamlit run app.py
You can now view your Streamlit app in your browser.
Network URL: http://172.17.0.2:8501
External URL: http://152.37.119.122:8501
Make changes to your app in the app.py
file inside the "app" folder.
You can run the app locally inside Docker to ensure the app will work fine after the deployment.
You need to install Docker on your machine in order to be able to run this command
> pollination-apps run app nicolas --name "Download Artifact Example"
> pollination-apps deploy app --name "Download Artifact Example" --public --api-token "Your api token from Pollination"