Spaces:
Sleeping
Sleeping
fix: make image global absolute
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ EXAMPLES = [
|
|
60 |
]
|
61 |
|
62 |
HEADER = """
|
63 |
-
<div style="width: 100%; display: flex; flex-direction: column; gap: 24px; padding-top: 24px
|
64 |
<img src="https://postimage.me/images/2024/12/19/ICONGLIDER.md.png" width="400" style="position: absolute; top: 0; right: 0">
|
65 |
<div style="display: flex; justify-content: space-between; z-index: 1;">
|
66 |
<a href="https://www.patronus.ai">
|
|
|
60 |
]
|
61 |
|
62 |
HEADER = """
|
63 |
+
<div style="width: 100%; display: flex; flex-direction: column; gap: 24px; padding-top: 24px">
|
64 |
<img src="https://postimage.me/images/2024/12/19/ICONGLIDER.md.png" width="400" style="position: absolute; top: 0; right: 0">
|
65 |
<div style="display: flex; justify-content: space-between; z-index: 1;">
|
66 |
<a href="https://www.patronus.ai">
|