Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def calculate_and_return_everything(data):
|
|
32 |
if indicator_data is None:
|
33 |
st.stop()
|
34 |
|
35 |
-
#
|
36 |
st.subheader("π‘ AI Insights")
|
37 |
last_row = indicator_data.iloc[-1]
|
38 |
|
@@ -70,7 +70,7 @@ if st.button("Analyse"):
|
|
70 |
st.warning("No valid data available for any of the tickers. Exiting analysis.")
|
71 |
st.stop()
|
72 |
|
73 |
-
#
|
74 |
st.subheader("Portfolio Optimisation")
|
75 |
|
76 |
# Extract closing prices for portfolio optimization
|
|
|
32 |
if indicator_data is None:
|
33 |
st.stop()
|
34 |
|
35 |
+
# AI Insights
|
36 |
st.subheader("π‘ AI Insights")
|
37 |
last_row = indicator_data.iloc[-1]
|
38 |
|
|
|
70 |
st.warning("No valid data available for any of the tickers. Exiting analysis.")
|
71 |
st.stop()
|
72 |
|
73 |
+
# Portfolio Optimisation
|
74 |
st.subheader("Portfolio Optimisation")
|
75 |
|
76 |
# Extract closing prices for portfolio optimization
|