sanyog16 commited on
Commit
bea8fed
·
verified ·
1 Parent(s): c567df4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from portfolio_optimiser import optimize_portfolio
8
  import os
9
 
10
  # Streamlit UI
11
- st.title("AI-Based Stock Analysis and Portfolio Optimisation")
12
 
13
  # User Inputs
14
  tickers = st.text_input("Enter stock tickers (comma-separated, e.g., TSLA, AAPL, MSFT):", "")
 
8
  import os
9
 
10
  # Streamlit UI
11
+ st.title("AI-Powered Stock Analysis and Portfolio Optimisation Tool")
12
 
13
  # User Inputs
14
  tickers = st.text_input("Enter stock tickers (comma-separated, e.g., TSLA, AAPL, MSFT):", "")