Skip to content

Commit

Permalink
(feat) remove text from main page
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosofede committed Jul 24, 2023
1 parent 9a1df4e commit 4b05c02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b05c02

Please sign in to comment.