mshamrai commited on
Commit
e7f8388
·
1 Parent(s): 94b0814

fix: arrange positional args

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,9 +109,9 @@ def plot_distances(
109
  use_average,
110
  cluster_method,
111
  cluster_method_param,
112
- plot_fn,
113
  figsize_h,
114
  figsize_w,
 
115
  ):
116
  """
117
  Plots all languages from the distances matrix using t-SNE.
 
109
  use_average,
110
  cluster_method,
111
  cluster_method_param,
 
112
  figsize_h,
113
  figsize_w,
114
+ plot_fn,
115
  ):
116
  """
117
  Plots all languages from the distances matrix using t-SNE.