Update app.py
Browse files
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 |
|