Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,16 +26,16 @@ TITLE = """
|
|
| 26 |
"""
|
| 27 |
|
| 28 |
LIKE_BUTTON = """
|
| 29 |
-
<div style="text-align: left; margin:
|
| 30 |
<a href="https://huggingface.co/spaces/abdul9999/NoWatermark" target="_blank"
|
| 31 |
style="text-decoration: none;">
|
| 32 |
<button style="
|
| 33 |
background-color: #ff4081;
|
| 34 |
color: white;
|
| 35 |
border: none;
|
| 36 |
-
padding:
|
| 37 |
-
font-size:
|
| 38 |
-
border-radius:
|
| 39 |
cursor: pointer;
|
| 40 |
">
|
| 41 |
❤️ Like
|
|
@@ -44,7 +44,6 @@ LIKE_BUTTON = """
|
|
| 44 |
</div>
|
| 45 |
"""
|
| 46 |
|
| 47 |
-
|
| 48 |
HEADERS = os.getenv("HEADERS")
|
| 49 |
API_HOST = os.getenv("API_HOST")
|
| 50 |
|
|
|
|
| 26 |
"""
|
| 27 |
|
| 28 |
LIKE_BUTTON = """
|
| 29 |
+
<div style="text-align: left; margin: 5px 0 0 0;">
|
| 30 |
<a href="https://huggingface.co/spaces/abdul9999/NoWatermark" target="_blank"
|
| 31 |
style="text-decoration: none;">
|
| 32 |
<button style="
|
| 33 |
background-color: #ff4081;
|
| 34 |
color: white;
|
| 35 |
border: none;
|
| 36 |
+
padding: 4px 10px;
|
| 37 |
+
font-size: 13px;
|
| 38 |
+
border-radius: 6px;
|
| 39 |
cursor: pointer;
|
| 40 |
">
|
| 41 |
❤️ Like
|
|
|
|
| 44 |
</div>
|
| 45 |
"""
|
| 46 |
|
|
|
|
| 47 |
HEADERS = os.getenv("HEADERS")
|
| 48 |
API_HOST = os.getenv("API_HOST")
|
| 49 |
|