Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -363,7 +363,7 @@ def main():
|
|
| 363 |
st.markdown(report)
|
| 364 |
# Display the report below the download button
|
| 365 |
except Exception as e:
|
| 366 |
-
st.error(f"Error generating PDF: {e}")
|
| 367 |
st.markdown(report)
|
| 368 |
|
| 369 |
else:
|
|
|
|
| 363 |
st.markdown(report)
|
| 364 |
# Display the report below the download button
|
| 365 |
except Exception as e:
|
| 366 |
+
st.error(f"Error generating PDF: {e}")
|
| 367 |
st.markdown(report)
|
| 368 |
|
| 369 |
else:
|