Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def main():
|
|
115 |
trend = my_market_predictor.Trend_Detection(indicators, 10)
|
116 |
|
117 |
# Display results
|
118 |
-
st.subheader("AI Trend Prediction")
|
119 |
st.write("Buy Trend :", trend['BUY'])
|
120 |
st.write("Sell Trend :", trend['SELL'])
|
121 |
|
|
|
115 |
trend = my_market_predictor.Trend_Detection(indicators, 10)
|
116 |
|
117 |
# Display results
|
118 |
+
st.subheader(":orange[AI Trend Prediction]")
|
119 |
st.write("Buy Trend :", trend['BUY'])
|
120 |
st.write("Sell Trend :", trend['SELL'])
|
121 |
|