adjust
Some checks failed
Docker Deploy / build-and-deploy (push) Failing after 35s

This commit is contained in:
sam
2026-02-06 17:25:41 +00:00
parent 5ef1b588ef
commit a0ed0b4a4d
2 changed files with 56 additions and 2 deletions

4
app.py
View File

@@ -20,7 +20,7 @@ DOWNLOAD_DIR = os.path.join(os.getcwd(), "downloads")
if not os.path.exists(DOWNLOAD_DIR):
os.makedirs(DOWNLOAD_DIR)
st.set_page_config(page_title="JioSaavn Pro Downloader", page_icon="🎵", layout="wide")
st.set_page_config(page_title="JioSaavn Downloader", page_icon="🎵", layout="wide")
# --- SESSION STATE SETUP ---
if 'search_results' not in st.session_state:
@@ -243,7 +243,7 @@ def process_jiosaavn_link(url):
return None, None
# --- UI LOGIC ---
st.title("🎵 JioSaavn Multi-Downloader")
st.title("🎵 JioSaavn Downloader")
# 1. Search / Link Input Section
with st.container():