fffiloni commited on
Commit
559bd0e
•
1 Parent(s): f89f3f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -96,6 +96,16 @@ article = """
96
  Follow <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a> for future updates 🤗
97
  </p>
98
  </div>
 
 
 
 
 
 
 
 
 
 
99
 
100
  """
101
 
 
96
  Follow <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a> for future updates 🤗
97
  </p>
98
  </div>
99
+
100
+ <div id="may-like" style="display:flex; align-items:center; justify-content: center;height:20px;">
101
+ <p>You may also like: </p>
102
+ <svg height="20px" style="margin-left:4px">
103
+ <a href="https://huggingface.co/spaces/fffiloni/spectrogram-to-music" target="_blank">
104
+ <image href="https://img.shields.io/badge/🤗 Spaces-Riffusion-blue" src="https://img.shields.io/badge/🤗 Spaces-Riffusion-blue.png" height="20"/>
105
+ </a>
106
+ </svg>
107
+ </div>
108
+
109
 
110
  """
111