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