rfdougherty commited on
Commit
0ae8909
·
1 Parent(s): 817f1e7

formatting plot

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -44,6 +44,8 @@ iface = gr.Interface(
44
  y="arousal",
45
  tooltip="text",
46
  size="words",
 
 
47
  x_lim=[-1.05, 1.05],
48
  y_lim=[-1.05, 1.05],
49
  ),
 
44
  y="arousal",
45
  tooltip="text",
46
  size="words",
47
+ size_legend_position="none",
48
+ interactive=False,
49
  x_lim=[-1.05, 1.05],
50
  y_lim=[-1.05, 1.05],
51
  ),