allenpark commited on
Commit
1944dcf
·
1 Parent(s): ee0d83e

fix: logo back to normal

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -61,9 +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: -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;">
68
  <a href="https://www.patronus.ai">
69
  <img src="https://postimage.me/images/2024/12/19/patronuslogo-white.png" width="250">
 
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="350" style="position: absolute; top: 0; right: -24px">
 
 
65
  <div style="display: flex; justify-content: space-between; z-index: 1;">
66
  <a href="https://www.patronus.ai">
67
  <img src="https://postimage.me/images/2024/12/19/patronuslogo-white.png" width="250">