sanyog16 commited on
Commit
c567df4
Β·
verified Β·
1 Parent(s): 25a1e9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,7 +32,7 @@ def calculate_and_return_everything(data):
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,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
- # πŸ“Œ **Portfolio Optimisation**
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