From ded7e41e0857acf8f3a2eec1f1fd5e707b499e3f Mon Sep 17 00:00:00 2001 From: marceloprates Date: Mon, 3 Mar 2025 17:03:00 -0300 Subject: [PATCH] Updated app --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8e811a3..335e1b5 100644 --- a/app.py +++ b/app.py @@ -181,6 +181,6 @@ with cols[1]: st.image(st.session_state.last_image, use_container_width=True) else: st.image( - "prints/Stad van de Zon, Heerhugowaard, Netherlands.png", + "https://github.com/marceloprates/prettymaps/blob/main/prints/app_placeholder.png?raw=true", use_container_width=True, )