Geek7 commited on
Commit
19f5c65
·
verified ·
1 Parent(s): f6326dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def main():
109
  indicators = ["Doji", "Inside"]
110
 
111
  # Display loading message during prediction
112
- with st.spinner("Predicting trend..."):
113
  # Predict trend
114
  trend = my_market_predictor.Trend_Detection(indicators, 10)
115
 
 
109
  indicators = ["Doji", "Inside"]
110
 
111
  # Display loading message during prediction
112
+ with st.spinner("Predicting trend using AI ...."):
113
  # Predict trend
114
  trend = my_market_predictor.Trend_Detection(indicators, 10)
115