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",
|
@@ -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,
|
|
|
77 |
marker_size = 4))
|
78 |
fig2.update_xaxes(visible=False)
|
79 |
fig2.update_yaxes(visible=False).update_layout(height = 800,
|
80 |
+
width = 1000,
|
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 =1000,
|
137 |
title = {
|
138 |
'text': "UMAP Projection of Lyric Embeddings",
|
139 |
'y':0.9,
|