Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,11 @@ st.markdown(
|
|
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. π
|
26 |
-
- **5.
|
|
|
|
|
|
|
|
|
27 |
|
28 |
|
29 |
## Let's Connect! π
|
|
|
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. π
|
26 |
+
- **5. Choose forecast models**: More is not necessarily better but usually takes longer.
|
27 |
+
- **6. Press Analyze** ππ
|
28 |
+
- **7. Wait a bit**: It may take some time. Watch the running guy on the top right π€
|
29 |
+
- **8. Do your due diligence**: Don't believe everything. Do your own research. This app may be one of your tools but YOU decide.
|
30 |
+
|
31 |
|
32 |
|
33 |
## Let's Connect! π
|