Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,16 +10,16 @@ st.set_page_config(
|
|
10 |
menu_items=None
|
11 |
)
|
12 |
|
13 |
-
st.write("#
|
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.
|
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. π
|