rairo commited on
Commit
2f780ad
·
verified ·
1 Parent(s): 633a909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: