yash032 commited on
Commit
e15a161
·
1 Parent(s): 44cfdec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,5 +96,5 @@ metrics = {
96
  "Profit Factor": round(abs(profits[profits > 0].sum() / 2), 2)
97
  }
98
  df = pd.DataFrame.from_dict(metrics,orient="index", columns=["Value"])
99
- st.write("Backtest Metrics")
100
- st.table(df)
 
96
  "Profit Factor": round(abs(profits[profits > 0].sum() / 2), 2)
97
  }
98
  df = pd.DataFrame.from_dict(metrics,orient="index", columns=["Value"])
99
+ st.sidebar.write("Backtest Metrics")
100
+ st.sidebar.table(df)