abdul9999 commited on
Commit
f1d2081
·
verified ·
1 Parent(s): 8da347e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -26,16 +26,16 @@ TITLE = """
26
  """
27
 
28
  LIKE_BUTTON = """
29
- <div style="text-align: left; margin: 10px 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: 6px 14px;
37
- font-size: 14px;
38
- border-radius: 8px;
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