anaucoin commited on
Commit
be571d3
·
1 Parent(s): a4f78f7

remove header

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -230,9 +230,9 @@ def load_data(filename, otimeheader, fmat):
230
 
231
 
232
  def runapp() -> None:
233
- st.header("Trading Bot Dashboard :bread: :moneybag:")
234
- st.write("Welcome to the Trading Bot Dashboard by BreadBytes! You can use this dashboard to track " +
235
- "the performance of our trading bots, or upload and track your own performance data from a supported exchange.")
236
  if 'auth_user' not in st.session_state:
237
  with st.form("Login"):
238
  user = st.text_input("Username")
 
230
 
231
 
232
  def runapp() -> None:
233
+ #st.header("Trading Bot Dashboard :bread: :moneybag:")
234
+ #st.write("Welcome to the Trading Bot Dashboard by BreadBytes! You can use this dashboard to track " +
235
+ # "the performance of our trading bots, or upload and track your own performance data from a supported exchange.")
236
  if 'auth_user' not in st.session_state:
237
  with st.form("Login"):
238
  user = st.text_input("Username")