Spaces:
Sleeping
Sleeping
Commit ·
3227571
1
Parent(s): 6356f43
dollar cap update
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ def runapp():
|
|
| 132 |
bot_selections = "Cinnamon Toast"
|
| 133 |
otimeheader = 'Exit Date'
|
| 134 |
fmat = '%Y-%m-%d %H:%M:%S'
|
| 135 |
-
dollar_cap =
|
| 136 |
fees = .075/100
|
| 137 |
st.header(f"{bot_selections} Performance Dashboard :bread: :moneybag:")
|
| 138 |
st.write("Welcome to the Trading Bot Dashboard by BreadBytes! You can use this dashboard to track " +
|
|
|
|
| 132 |
bot_selections = "Cinnamon Toast"
|
| 133 |
otimeheader = 'Exit Date'
|
| 134 |
fmat = '%Y-%m-%d %H:%M:%S'
|
| 135 |
+
dollar_cap = 100000.00
|
| 136 |
fees = .075/100
|
| 137 |
st.header(f"{bot_selections} Performance Dashboard :bread: :moneybag:")
|
| 138 |
st.write("Welcome to the Trading Bot Dashboard by BreadBytes! You can use this dashboard to track " +
|