brendenc commited on
Commit
2529603
1 Parent(s): 597f3ab

Update app.py

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