Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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
|