Балаганский Никита Николаевич commited on
Commit
4e3c392
1 Parent(s): c2ef356

layout fix

Browse files
Files changed (1) hide show
  1. generator.py +1 -1
generator.py CHANGED
@@ -96,7 +96,7 @@ class Generator:
96
  "y": gen_history
97
  })
98
  fig = go.Figure([scatter_data], layout=layout)
99
- plot.plotly_chart([scatter_data], use_container_width=True)
100
  text.text(current_decoded)
101
 
102
  return (
 
96
  "y": gen_history
97
  })
98
  fig = go.Figure([scatter_data], layout=layout)
99
+ plot.plotly_chart(fig, use_container_width=True)
100
  text.text(current_decoded)
101
 
102
  return (