diff --git a/app.py b/app.py index 92287e3..28a09f6 100644 --- a/app.py +++ b/app.py @@ -63,8 +63,8 @@ def label(symbol): st.subheader('Chart') st.line_chart(data2) - if st.sidebar.checkbox('View stadistic'): - st.subheader('Stadistic') + if st.sidebar.checkbox('View statistic'): + st.subheader('Statistic') st.table(data2.describe()) if st.sidebar.checkbox('View quotes'):