Spaces:
Paused
Paused
Update app.py
Browse files
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 |
|