From a0f0ea10a9a9253f03e60f9f09516671bb866bdc Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 16 Sep 2024 22:52:11 +0200 Subject: [PATCH] add link --- redirect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirect.py b/redirect.py index 5643628..80157f4 100644 --- a/redirect.py +++ b/redirect.py @@ -11,5 +11,5 @@ # Information for the user -st.write(f"The URL of the app has changed to: `{redirect_url}`") +st.write(f"The URL of the app has changed to: [`{redirect_url}`]({redirect_url})") st.write(f"[Click here to visit the app]({redirect_url})")