From 1860fa8136ee729c2e01ce0677dc63e88f1609c4 Mon Sep 17 00:00:00 2001 From: LucaNicoliYT88 <46602008+LucaNicoliYT88@users.noreply.github.com> Date: Mon, 12 Oct 2020 20:39:44 +0200 Subject: [PATCH] Update app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'):