nickmuchi commited on
Commit
c7ed1d0
·
verified ·
1 Parent(s): 5e66ba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ if latest_ep_button:
86
  col1, col2 = st.columns([7, 3])
87
 
88
  # Get podcast transcription and info
89
- podcast_info = process_podcast(podcast_link,'output')
90
 
91
  with col1:
92
  # Display the podcast episode summary
 
86
  col1, col2 = st.columns([7, 3])
87
 
88
  # Get podcast transcription and info
89
+ podcast_info = process_podcast(podcast_link)
90
 
91
  with col1:
92
  # Display the podcast episode summary