Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def plot(artist, song):
|
|
77 |
marker_size = 4))
|
78 |
fig2.update_xaxes(visible=False)
|
79 |
fig2.update_yaxes(visible=False).update_layout(height = 800,
|
80 |
-
width =
|
81 |
showlegend=False,
|
82 |
title = {
|
83 |
'text': "UMAP Projection of Lyric Embeddings",
|
|
|
77 |
marker_size = 4))
|
78 |
fig2.update_xaxes(visible=False)
|
79 |
fig2.update_yaxes(visible=False).update_layout(height = 800,
|
80 |
+
width =800,
|
81 |
showlegend=False,
|
82 |
title = {
|
83 |
'text': "UMAP Projection of Lyric Embeddings",
|