AdritRao commited on
Commit
d156228
·
1 Parent(s): 4aa9424

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,9 +15,9 @@ logo_path = "your_logo.png" # Replace with your logo's file path
15
  logo_width = 90 # Adjust the width as needed
16
 
17
  # Define the custom header HTML
18
- header_html = f """
19
  <div style="display: flex; justify-content: center;">
20
- <img src="{logo_path}" alt="Logo" width="{logo_width}">
21
  </div>
22
  """
23
 
 
15
  logo_width = 90 # Adjust the width as needed
16
 
17
  # Define the custom header HTML
18
+ header_html = """
19
  <div style="display: flex; justify-content: center;">
20
+ <img src="logo.png" alt="Logo" width="90">
21
  </div>
22
  """
23