Geek7 commited on
Commit
343e023
·
verified ·
1 Parent(s): 5e03535

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,7 +53,6 @@ def main():
53
  st.subheader("Predicted Trend:")
54
  st.write("Buy Trend :", trend['BUY'])
55
  st.write("Sell Trend :", trend['SELL'])
56
- st.write(f"Standard Deviation Percentage: {my_market_predictor.PERCENT_STD}%")
57
 
58
  # Calculate and display Support and Resistance Levels
59
  levels = my_market_predictor.Support_Resistance_Estimation_Tool(indicators)
 
53
  st.subheader("Predicted Trend:")
54
  st.write("Buy Trend :", trend['BUY'])
55
  st.write("Sell Trend :", trend['SELL'])
 
56
 
57
  # Calculate and display Support and Resistance Levels
58
  levels = my_market_predictor.Support_Resistance_Estimation_Tool(indicators)