allenpark commited on
Commit
ee0d83e
·
1 Parent(s): 9eca262

fix: update left of logo container

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ EXAMPLES = [
61
 
62
  HEADER = """
63
  <div style="width: 100%; display: flex; flex-direction: column; gap: 24px; padding-top: 24px">
64
- <div style="position: absolute; top: 0; right: 0">
65
  <img src="https://postimage.me/images/2024/12/19/ICONGLIDER.md.png" width="400">
66
  </div>
67
  <div style="display: flex; justify-content: space-between; z-index: 1;">
 
61
 
62
  HEADER = """
63
  <div style="width: 100%; display: flex; flex-direction: column; gap: 24px; padding-top: 24px">
64
+ <div style="position: absolute; top: 0; right: -72px">
65
  <img src="https://postimage.me/images/2024/12/19/ICONGLIDER.md.png" width="400">
66
  </div>
67
  <div style="display: flex; justify-content: space-between; z-index: 1;">