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

Update app.py

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