roshithindia commited on
Commit
911f184
·
verified ·
1 Parent(s): 9591812

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ try:
292
  g10.plotly_chart(fig10, use_container_width=True)
293
 
294
  # Candlestick Chart
295
- g11, g13, g14 = st.columns((1,1))
296
  fig11 = go.Figure(data=[go.Candlestick(x=data['Date'],
297
  open=data['Open'],
298
  high=data['High'],
 
292
  g10.plotly_chart(fig10, use_container_width=True)
293
 
294
  # Candlestick Chart
295
+ g11, g13, g14 = st.columns((1,1,1))
296
  fig11 = go.Figure(data=[go.Candlestick(x=data['Date'],
297
  open=data['Open'],
298
  high=data['High'],