nickmuchi commited on
Commit
76f0426
1 Parent(s): 301709a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def main():
85
  export_button = st.button("Export Summary to Word")
86
 
87
  if export_button:
88
- byte_io = export_to_word(podcast_info)
89
 
90
  # Download link for the Word document
91
  st.download_button(
 
85
  export_button = st.button("Export Summary to Word")
86
 
87
  if export_button:
88
+ byte_io = export_to_word(podcast_info,selected_podcast)
89
 
90
  # Download link for the Word document
91
  st.download_button(