Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ if latest_ep_button:
|
|
66 |
|
67 |
# Dropdown box
|
68 |
st.sidebar.subheader("Available Podcasts Feeds")
|
69 |
-
selected_podcast = st.sidebar.selectbox("Select Podcast", options=podcast_five_titles)
|
70 |
|
71 |
if selected_podcast:
|
72 |
|
|
|
66 |
|
67 |
# Dropdown box
|
68 |
st.sidebar.subheader("Available Podcasts Feeds")
|
69 |
+
selected_podcast = st.sidebar.selectbox("Select Podcast", options=podcast_five_titles,index=None)
|
70 |
|
71 |
if selected_podcast:
|
72 |
|