Update main.py
Browse files
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:
|