From 4b05c02778224918f56efe6e8fb31545bbe402d9 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Mon, 24 Jul 2023 17:30:55 +0200 Subject: [PATCH] (feat) remove text from main page --- main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.py b/main.py index acdd84ed..92195689 100644 --- a/main.py +++ b/main.py @@ -19,10 +19,6 @@ ] ) -st.title("Welcome!") -st.write("---") -st.code("💡 The purpose of this dashboard is to provide useful information for high frequency trading traders") -st.write("") st.write("Watch this video to understand how the dashboard works! 🦅") c1, c2, c3 = st.columns([1, 6, 1]) with c2: