akhaliq HF Staff commited on
Commit
ed1beb2
·
verified ·
1 Parent(s): 9ef640c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -59,7 +59,7 @@ fig.add_trace(
59
  go.Candlestick(
60
  x=data.index,
61
  open=data["Open"],
62
- high=data["High",
63
  low=data["Low"],
64
  close=data["Close"],
65
  name="Candle"
 
59
  go.Candlestick(
60
  x=data.index,
61
  open=data["Open"],
62
+ high=data["High"],
63
  low=data["Low"],
64
  close=data["Close"],
65
  name="Candle"