ovi054 commited on
Commit
1d6dbab
1 Parent(s): 79e0fd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,6 @@ timeout = 100
15
 
16
  article_text = """
17
  <div style="text-align: center;">
18
- <p>Enjoying the tool? Buy me a coffee and get exclusive prompt guides!</p>
19
- <p><i>Instantly unlock helpful tips for creating better prompts!</i></p>
20
  <div style="display: flex; justify-content: center;">
21
  <a href="https://piczify.lemonsqueezy.com/buy/0f5206fa-68e8-42f6-9ca8-4f80c587c83e">
22
  <img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png"
@@ -24,6 +22,8 @@ article_text = """
24
  style="height: 40px; width: auto; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 10px;">
25
  </a>
26
  </div>
 
 
27
  </div>
28
  """
29
 
 
15
 
16
  article_text = """
17
  <div style="text-align: center;">
 
 
18
  <div style="display: flex; justify-content: center;">
19
  <a href="https://piczify.lemonsqueezy.com/buy/0f5206fa-68e8-42f6-9ca8-4f80c587c83e">
20
  <img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png"
 
22
  style="height: 40px; width: auto; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 10px;">
23
  </a>
24
  </div>
25
+ <p>Enjoying the tool? Buy me a coffee and get exclusive prompt guides!</p>
26
+ <p><i>Instantly unlock helpful tips for creating better prompts!</i></p>
27
  </div>
28
  """
29