From f79b8171028f8ec71582822cb8abe080fd11ab2e Mon Sep 17 00:00:00 2001 From: clr-li <111320104+clr-li@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:16:43 -0800 Subject: [PATCH] Removed #t text --- gooey_ui/components/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gooey_ui/components/__init__.py b/gooey_ui/components/__init__.py index 5cd8d9721..15a5d496c 100644 --- a/gooey_ui/components/__init__.py +++ b/gooey_ui/components/__init__.py @@ -443,6 +443,7 @@ def download_button( disabled: bool = False, **props, ) -> bool: + url = url[:-8] return button( component="download-button", url=url,