wnstnb commited on
Commit
239e6ec
·
1 Parent(s): abc01ff

hotfix chart size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ df['LowerP'] = (df['Lower'] + 1) * df['PrevClose']
105
 
106
  chart = StreamlitChart(
107
  height=350,
108
- width=700,
109
  scale_candles_only=True,
110
  )
111
  chart.layout(background_color='rgba(214, 237, 255, 0)',
 
105
 
106
  chart = StreamlitChart(
107
  height=350,
108
+ # width=700,
109
  scale_candles_only=True,
110
  )
111
  chart.layout(background_color='rgba(214, 237, 255, 0)',