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