Update app.py
Browse files
app.py
CHANGED
@@ -3785,7 +3785,7 @@ footer {
|
|
3785 |
# HTML content for the logo and footer
|
3786 |
html_content = """
|
3787 |
<div style="text-align: center; margin-bottom: 20px;">
|
3788 |
-
<img src="https://i.postimg.cc/SXqKzGv2/BAT-Bangladesh-Logo-PNG-White-CMYK-Copy.png" border="0" alt='BAT Bangladesh Logo' style='max-width:
|
3789 |
</div>
|
3790 |
"""
|
3791 |
|
|
|
3785 |
# HTML content for the logo and footer
|
3786 |
html_content = """
|
3787 |
<div style="text-align: center; margin-bottom: 20px;">
|
3788 |
+
<img src="https://i.postimg.cc/SXqKzGv2/BAT-Bangladesh-Logo-PNG-White-CMYK-Copy.png" border="0" alt='BAT Bangladesh Logo' style='max-width: 600px;'>
|
3789 |
</div>
|
3790 |
"""
|
3791 |
|