levmckinney commited on
Commit
0300fff
1 Parent(s): 4004daa

Fixed plot title.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def make_plot(lens, text, statistic, token_cutoff):
50
  )
51
 
52
  return getattr(pred_traj, statistic_options_dict[statistic])().figure(
53
- title=f"{lens.__class__.__name__} ({model.name_or_path}) {statistic}",
54
  )
55
 
56
  preamble = """
 
50
  )
51
 
52
  return getattr(pred_traj, statistic_options_dict[statistic])().figure(
53
+ title=f"{lens} ({model.name_or_path}) {statistic}",
54
  )
55
 
56
  preamble = """