netflypsb commited on
Commit
6d03bb8
Β·
verified Β·
1 Parent(s): f4f9e68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,16 +10,16 @@ st.set_page_config(
10
  menu_items=None
11
  )
12
 
13
- st.write("# US Stocks Forecast")
14
 
15
  st.markdown(
16
  """
17
- ## πŸš€πŸ“ Forecast Future Stock Price
18
 
19
 
20
  🌟 This app predicts 2 things: future price trajectory and future price
21
  ## How to use it? πŸŽ‰
22
- - **1. Choose a ticker**: Write the ticker symbol for the stock you want to trade/invest. Currently only supports US stocks. πŸ“
23
  - **2. Choose analysis length**: Pick the start date and the end date for the data you want to use in the prediction. More is not necessarily better! πŸ₯
24
  - **3. Choose horizon**: How far into the future do you want the app to predict. Shorter is mathematically better!
25
  - **4. Choose prediction day**: Choose ONE (1) day within the horizon that you picked in step 3. to see the predicted price for that day. πŸ”
 
10
  menu_items=None
11
  )
12
 
13
+ st.write("# Stocks Forecast")
14
 
15
  st.markdown(
16
  """
17
+ ## πŸš€πŸ“ Forecast Future Stock Price Movement
18
 
19
 
20
  🌟 This app predicts 2 things: future price trajectory and future price
21
  ## How to use it? πŸŽ‰
22
+ - **1. Choose a ticker**: Write the ticker symbol for the stock you want to trade/invest. Refer yahoo finance for the ticker πŸ“
23
  - **2. Choose analysis length**: Pick the start date and the end date for the data you want to use in the prediction. More is not necessarily better! πŸ₯
24
  - **3. Choose horizon**: How far into the future do you want the app to predict. Shorter is mathematically better!
25
  - **4. Choose prediction day**: Choose ONE (1) day within the horizon that you picked in step 3. to see the predicted price for that day. πŸ”