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",