Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,11 +55,11 @@ interface = gr.Interface(
|
|
55 |
inputs="text",
|
56 |
outputs="html",
|
57 |
title="Asset Price Prediction",
|
58 |
-
description="""This program uses Deep Learning to predict the price of any asset on Yahoo Finance
|
59 |
|
60 |
Disclosures
|
61 |
1. Purpose
|
62 |
-
This code is designed to estimate the price of a user-inputted asset in
|
63 |
|
64 |
2. Data Sources
|
65 |
The code utilizes the yfinance library to access data from Yahoo Finance. The user acknowledges that the use of Yahoo Finance data is subject to Yahoo's terms of service, and the author of this code does not have any specific agreement with Yahoo Finance.
|
|
|
55 |
inputs="text",
|
56 |
outputs="html",
|
57 |
title="Asset Price Prediction",
|
58 |
+
description="""This program uses Deep Learning to predict the price of any asset on Yahoo Finance 5 years in the future if 5 years of historical data are available, or for the length of the price data history in the future.
|
59 |
|
60 |
Disclosures
|
61 |
1. Purpose
|
62 |
+
This code is designed to estimate the price of a user-inputted asset in 5 years. It is publicly available and intended for informational and educational purposes only.
|
63 |
|
64 |
2. Data Sources
|
65 |
The code utilizes the yfinance library to access data from Yahoo Finance. The user acknowledges that the use of Yahoo Finance data is subject to Yahoo's terms of service, and the author of this code does not have any specific agreement with Yahoo Finance.
|