Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -378,5 +378,4 @@ if generate_button:
|
|
| 378 |
c2.download_button("⬇️ Download PDF (.pdf)", pdf_io, f"{file_base}.pdf", use_container_width=True)
|
| 379 |
except Exception as e:
|
| 380 |
st.error(f"A critical error occurred: {e}")
|
| 381 |
-
progress_bar.empty()
|
| 382 |
-
|
|
|
|
| 378 |
c2.download_button("⬇️ Download PDF (.pdf)", pdf_io, f"{file_base}.pdf", use_container_width=True)
|
| 379 |
except Exception as e:
|
| 380 |
st.error(f"A critical error occurred: {e}")
|
| 381 |
+
progress_bar.empty()
|
|
|