nickmuchi commited on
Commit
454c08e
·
verified ·
1 Parent(s): 4d99705

Update app.py

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