Spaces:
Sleeping
Sleeping
removed headers
Browse files
app.py
CHANGED
|
@@ -351,10 +351,10 @@ def runapp() -> None:
|
|
| 351 |
fmat = '%Y-%m-%d %H:%M:%S'
|
| 352 |
fees = .075/100
|
| 353 |
|
| 354 |
-
st.header(f"{bot_selections} Performance Dashboard :bread: :moneybag:")
|
| 355 |
no_errors = True
|
| 356 |
-
st.write("Welcome to the Trading Bot Dashboard by BreadBytes! You can use this dashboard to track " +
|
| 357 |
-
|
| 358 |
|
| 359 |
if bot_selections == "Cinnamon Toast":
|
| 360 |
lev_cap = 5
|
|
@@ -488,7 +488,7 @@ def runapp() -> None:
|
|
| 488 |
|
| 489 |
effective_return = 100*((cum_pl - principal_balance)/principal_balance)
|
| 490 |
|
| 491 |
-
st.header(f"{bot_selections} Results")
|
| 492 |
with st.container():
|
| 493 |
|
| 494 |
if len(bot_selections) > 1:
|
|
|
|
| 351 |
fmat = '%Y-%m-%d %H:%M:%S'
|
| 352 |
fees = .075/100
|
| 353 |
|
| 354 |
+
#st.header(f"{bot_selections} Performance Dashboard :bread: :moneybag:")
|
| 355 |
no_errors = True
|
| 356 |
+
#st.write("Welcome to the Trading Bot Dashboard by BreadBytes! You can use this dashboard to track " +
|
| 357 |
+
# "the performance of our trading bots.")
|
| 358 |
|
| 359 |
if bot_selections == "Cinnamon Toast":
|
| 360 |
lev_cap = 5
|
|
|
|
| 488 |
|
| 489 |
effective_return = 100*((cum_pl - principal_balance)/principal_balance)
|
| 490 |
|
| 491 |
+
#st.header(f"{bot_selections} Results")
|
| 492 |
with st.container():
|
| 493 |
|
| 494 |
if len(bot_selections) > 1:
|