felipekitamura commited on
Commit
34222dc
·
verified ·
1 Parent(s): 229a964

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def plot_reduced_data(reduced_data, labels, title):
43
  plt.xlabel('Component 1')
44
  plt.ylabel('Component 2')
45
  plt.grid(True)
46
- plt.savefig(cache), dpi=300)
47
 
48
  description = """
49
  ### Word Embedding Demo App
 
43
  plt.xlabel('Component 1')
44
  plt.ylabel('Component 2')
45
  plt.grid(True)
46
+ plt.savefig(cache) #, dpi=300)
47
 
48
  description = """
49
  ### Word Embedding Demo App