ProfessorLeVesseur commited on
Commit
89cfa0b
·
verified ·
1 Parent(s): f409157

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -165,7 +165,8 @@ def main():
165
  data=combined_pdf,
166
  file_name="combined_report.pdf",
167
  mime="application/pdf",
168
- icon="📄"
 
169
  )
170
 
171
  except Exception as e:
 
165
  data=combined_pdf,
166
  file_name="combined_report.pdf",
167
  mime="application/pdf",
168
+ icon="📄",
169
+ use_container_width=True
170
  )
171
 
172
  except Exception as e: