Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'],
|