nickmuchi commited on
Commit
adb16c1
·
verified ·
1 Parent(s): ec56c2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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