tengqf commited on
Commit
dd3202d
·
1 Parent(s): 870745a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -300,7 +300,7 @@ def resume(name,mobile,email,Gra_beg,Gra_end,Gra_sch,Gra_maj,underGra_beg,underG
300
  """
301
 
302
 
303
- pdfkit.from_string(body, "Resume.pdf",options=pdfkit_options,configuration = config) #with --page-size=Legal and --orientation=Landscape
304
 
305
 
306
 
 
300
  """
301
 
302
 
303
+ pdfkit.from_string(body, "Resume.pdf",options=pdfkit_options) #with --page-size=Legal and --orientation=Landscape
304
 
305
 
306