SarowarSaurav commited on
Commit
e9d9bc5
1 Parent(s): 5748447

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ css = """
20
  # HTML content for the logo
21
  html_content = """
22
  <div style="text-align: center; margin-bottom: 20px;">
23
- <img src='https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTwdcZ7gojHo8NrnBH7PO-PLMDUxQG9DhbX4aPywKf45A&s' alt='BAT Bangladesh Logo' style='max-width: 200px;'>
24
  </div>
25
  """
26
 
 
20
  # HTML content for the logo
21
  html_content = """
22
  <div style="text-align: center; margin-bottom: 20px;">
23
+ <img src="https://i.ibb.co/82Qf4rc/APMEA-CENTRAL-White.png" border="0" alt='BAT Bangladesh Logo' style='max-width: 600px;'>
24
  </div>
25
  """
26