nambiar4 commited on
Commit
77d468f
·
1 Parent(s): 38ebb70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -26,10 +26,10 @@ def get_out(sent):
26
 
27
  fig = plt.figure()
28
  plt.plot(output)
29
- plt.xticks(fontsize=20)
30
- plt.yticks(fontsize=20)
31
- plt.xlabel('Sequence position', fontsize=20)
32
- plt.ylabel('DR-BERT score', fontsize=20)
33
 
34
  output = ','.join(str(x) for x in output)
35
  return (prefix+output,fig)
 
26
 
27
  fig = plt.figure()
28
  plt.plot(output)
29
+ plt.xticks(fontsize=15)
30
+ plt.yticks(fontsize=15)
31
+ plt.xlabel('Sequence position', fontsize=15)
32
+ plt.ylabel('DR-BERT score', fontsize=15)
33
 
34
  output = ','.join(str(x) for x in output)
35
  return (prefix+output,fig)