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",
|
@@ -133,7 +133,7 @@ fig = px.scatter(plot_df,
|
|
133 |
)
|
134 |
fig.update_xaxes(visible=False)
|
135 |
fig.update_yaxes(visible=False).update_layout(height = 800,
|
136 |
-
width =
|
137 |
title = {
|
138 |
'text': "UMAP Projection of Lyric Embeddings",
|
139 |
'y':0.9,
|
|
|
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 = 800,
|
80 |
+
width = 800,
|
81 |
showlegend=False,
|
82 |
title = {
|
83 |
'text': "UMAP Projection of Lyric Embeddings",
|
|
|
133 |
)
|
134 |
fig.update_xaxes(visible=False)
|
135 |
fig.update_yaxes(visible=False).update_layout(height = 800,
|
136 |
+
width =800,
|
137 |
title = {
|
138 |
'text': "UMAP Projection of Lyric Embeddings",
|
139 |
'y':0.9,
|