Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -97,14 +97,19 @@ article = """
|
|
97 |
</p>
|
98 |
</div>
|
99 |
|
100 |
-
<div id="may-like-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;">
|
101 |
<p style="font-size: 0.8em;margin-bottom: 4px;">You may also like: </p>
|
102 |
-
<div id="may-like" style="display:flex; align-items:
|
103 |
-
<svg height="20" width="
|
104 |
<a href="https://huggingface.co/spaces/fffiloni/spectrogram-to-music" target="_blank">
|
105 |
<image href="https://img.shields.io/badge/π€ Spaces-Riffusion-blue" src="https://img.shields.io/badge/π€ Spaces-Riffusion-blue.png" height="20"/>
|
106 |
</a>
|
107 |
</svg>
|
|
|
|
|
|
|
|
|
|
|
108 |
</div>
|
109 |
</div>
|
110 |
|
|
|
97 |
</p>
|
98 |
</div>
|
99 |
|
100 |
+
<div id="may-like-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;margin-bottom: 30px;">
|
101 |
<p style="font-size: 0.8em;margin-bottom: 4px;">You may also like: </p>
|
102 |
+
<div id="may-like" style="display: flex;flex-wrap: wrap;align-items: center;height: 20px;">
|
103 |
+
<svg height="20" width="122" style="margin-left:4px;margin-bottom: 6px;">
|
104 |
<a href="https://huggingface.co/spaces/fffiloni/spectrogram-to-music" target="_blank">
|
105 |
<image href="https://img.shields.io/badge/π€ Spaces-Riffusion-blue" src="https://img.shields.io/badge/π€ Spaces-Riffusion-blue.png" height="20"/>
|
106 |
</a>
|
107 |
</svg>
|
108 |
+
<svg height="20" width="192" style="margin-left:4px;margin-bottom: 6px;">
|
109 |
+
<a href="https://huggingface.co/spaces/Mubert/Text-to-Music" target="_blank">
|
110 |
+
<image href="https://img.shields.io/badge/π€ Spaces-Mubert_Text_to_Music-blue" src="https://img.shields.io/badge/π€ Spaces-Mubert_Text_to_Music-blue.png" height="20"/>
|
111 |
+
</a>
|
112 |
+
</svg>
|
113 |
</div>
|
114 |
</div>
|
115 |
|