Skip to content

Commit

Permalink
feat: add refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed Mar 17, 2023
1 parent 2442b65 commit 23c8c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/SumGPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 23c8c40

Please sign in to comment.