Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -366,7 +366,7 @@ st.title("Deep Learning Asset Price Forecasting")
|
|
| 366 |
# Include a short description in the main body of the app
|
| 367 |
st.markdown("""
|
| 368 |
This tool forecasts future stock prices and cryptocurrency pairs using a deep neural network with a large number of proprietary historical external variables.
|
| 369 |
-
The model provides both 68% and 95% confidence intervals to represent uncertainty.
|
| 370 |
""")
|
| 371 |
|
| 372 |
with st.expander("Additional Trading Tools and Analysis", expanded=False):
|
|
|
|
| 366 |
# Include a short description in the main body of the app
|
| 367 |
st.markdown("""
|
| 368 |
This tool forecasts future stock prices and cryptocurrency pairs using a deep neural network with a large number of proprietary historical external variables.
|
| 369 |
+
The model provides both 68% and 95% confidence intervals to represent uncertainty. Zoom into the forecast area of the plot for a clearer view.
|
| 370 |
""")
|
| 371 |
|
| 372 |
with st.expander("Additional Trading Tools and Analysis", expanded=False):
|