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