Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,9 @@ def main():
|
|
80 |
|
81 |
# Buy me a Coffee Setup
|
82 |
bmc_link = "https://www.buymeacoffee.com/nuno.tome"
|
83 |
-
image_url = "https://helloimjessa.files.wordpress.com/2021/06/bmc-button.png?w=150" # Image URL
|
|
|
|
|
84 |
image_size = "150px" # Image size
|
85 |
#image_link_markdown = f"<img src='{image_url}' width='25%'>"
|
86 |
image_link_markdown = f"[![Buy Me a Coffee]({image_url})]({bmc_link})"
|
|
|
80 |
|
81 |
# Buy me a Coffee Setup
|
82 |
bmc_link = "https://www.buymeacoffee.com/nuno.tome"
|
83 |
+
# image_url = "https://helloimjessa.files.wordpress.com/2021/06/bmc-button.png?w=150" # Image URL
|
84 |
+
image_url = "https://i.giphy.com/RETzc1mj7HpZPuNf3e.webp" # Image URL
|
85 |
+
|
86 |
image_size = "150px" # Image size
|
87 |
#image_link_markdown = f"<img src='{image_url}' width='25%'>"
|
88 |
image_link_markdown = f"[![Buy Me a Coffee]({image_url})]({bmc_link})"
|