From 23c8c409cacc40ebe1545ce927f5e87a9cc41329 Mon Sep 17 00:00:00 2001 From: sean1832 Date: Sat, 18 Mar 2023 02:03:47 +1100 Subject: [PATCH] feat: add refresh button --- src/SumGPT.py | 2 ++ src/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/SumGPT.py b/src/SumGPT.py index 5e096b3..9e3bc18 100644 --- a/src/SumGPT.py +++ b/src/SumGPT.py @@ -21,8 +21,10 @@ sidebar() with file_handler: + st.button("🔃 Refresh") youtube_link_empty = st.empty() upload_file_emtpy = st.empty() + youtube_link = youtube_link_empty.text_input(label="🔗 YouTube Link", placeholder="Enter your YouTube link", help="Enter your YouTube link to download the video and extract the audio") diff --git a/src/manifest.json b/src/manifest.json index 11b4534..75c7676 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "SumGPT", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "author": "Zeke Zhang", "homepage": "https://github.com/sean1832/SumGPT",