fffiloni commited on
Commit
4577161
β€’
1 Parent(s): 25ec2ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -108,6 +108,19 @@ article = """
108
  Follow <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a> for future updates πŸ€—
109
  </p>
110
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
111
 
112
  """
113
 
 
108
  Follow <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a> for future updates πŸ€—
109
  </p>
110
  </div>
111
+ <div id="may-like-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;margin-bottom: 30px;">
112
+ <p>You may also like: </p>
113
+ <div id="may-like-content" style="display:flex;flex-wrap: wrap;align-items:center;height:20px;">
114
+
115
+ <svg height="20" width="162" style="margin-left:4px;margin-bottom: 6px;">
116
+ <a href="https://huggingface.co/spaces/timbrooks/instruct-pix2pix" target="_blank">
117
+ <image href="https://img.shields.io/badge/πŸ€— Spaces-Instruct_Pix2Pix-blue" src="https://img.shields.io/badge/πŸ€— Spaces-Instruct_Pix2Pix-blue.png" height="20"/>
118
+ </a>
119
+ </svg>
120
+
121
+ </div>
122
+
123
+ </div>
124
 
125
  """
126