Spaces:
Runtime error
Runtime error
anaucoin
commited on
Commit
·
be571d3
1
Parent(s):
a4f78f7
remove header
Browse files
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 |
-
|
| 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")
|