Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
19 |
<div style="display: flex; justify-content: center;">
|
20 |
-
<img src="
|
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 |
|