brendenc commited on
Commit
3d96cca
·
1 Parent(s): 3ac58ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 =1500,
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",