fffiloni commited on
Commit
064b63f
β€’
1 Parent(s): 1d7c7b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -9
app.py CHANGED
@@ -96,15 +96,18 @@ article = """
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="20" width="120" 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
  """
 
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-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;">
101
+ <p>You may also like: </p>
102
+ <div id="may-like" style="display:flex; align-items:center; justify-content: center;height:20px;">
103
+ <p>You may also like: </p>
104
+ <svg height="20" width="120" style="margin-left:4px">
105
+ <a href="https://huggingface.co/spaces/fffiloni/spectrogram-to-music" target="_blank">
106
+ <image href="https://img.shields.io/badge/πŸ€— Spaces-Riffusion-blue" src="https://img.shields.io/badge/πŸ€— Spaces-Riffusion-blue.png" height="20"/>
107
+ </a>
108
+ </svg>
109
+ </div>
110
+ </div>
111
 
112
 
113
  """