Sofi1606 commited on
Commit
3f487a5
1 Parent(s): f6062b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ if uploaded_file is not None:
64
 
65
  st.write(df[["Date"] + stocks_rets])
66
 
67
- fig = px.line(df, x=df.Date, y=stocks, labels={'value': 'Value', 'variable': 'Series'}, title='Serie de tiempo')
68
  fig.update_layout(xaxis_title='Date', yaxis_title='Value')
69
 
70
  st.plotly_chart(fig)
 
64
 
65
  st.write(df[["Date"] + stocks_rets])
66
 
67
+ fig = px.line(df, x=df.Date, y=stocks, labels={'value': 'Value', 'variable': 'Series'}, title='Serie de tiempo de las acciones')
68
  fig.update_layout(xaxis_title='Date', yaxis_title='Value')
69
 
70
  st.plotly_chart(fig)