Manikandan-Alagu commited on
Commit
c8bebdb
·
verified ·
1 Parent(s): 25e642a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -15
app.py CHANGED
@@ -85,21 +85,6 @@ def download(df):
85
  help="Click to download as CSV",
86
  )
87
 
88
- # Download PDF
89
- pdf_data = HTML(string=html_content).write_pdf(pdf_path)
90
-
91
- if pdf_data is not None:
92
- col2.download_button(
93
- label="Download PDF",
94
- data=pdf_data,
95
- key="pdf-download",
96
- help="Click to download as PDF",
97
- )
98
- else:
99
- return None
100
-
101
-
102
-
103
 
104
  # Now you can use df outside the form if needed
105
  if df is not None:
 
85
  help="Click to download as CSV",
86
  )
87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
 
89
  # Now you can use df outside the form if needed
90
  if df is not None: