Akshit Chaturvedi
commited on
Commit
Β·
45ac940
1
Parent(s):
c840ff5
Updated readme
Browse files
app.py
CHANGED
|
@@ -321,7 +321,7 @@ with gr.Blocks(css="footer {visibility: hidden}", title="Stock/Commodity Forecas
|
|
| 321 |
gr.Markdown(
|
| 322 |
"This tool fetches the latest market data using the Alpha Vantage API, "
|
| 323 |
"re-fits a Prophet time series model on-the-fly using pre-defined hyperparameters, "
|
| 324 |
-
"and generates a future price forecast. [More details in the readme](https://
|
| 325 |
"\n\n**Note:** Forecasts are for informational purposes only and not financial advice. "
|
| 326 |
"Data fetching may be slow on the first request for a ticker each day. "
|
| 327 |
"Alpha Vantage free tier has API call limits (5 calls/min, 100 calls/day)."
|
|
|
|
| 321 |
gr.Markdown(
|
| 322 |
"This tool fetches the latest market data using the Alpha Vantage API, "
|
| 323 |
"re-fits a Prophet time series model on-the-fly using pre-defined hyperparameters, "
|
| 324 |
+
"and generates a future price forecast. [More details in the readme](https://github.com/akshit0201/Prophet-Commodity-Stock-analysis/blob/main/README.md)"
|
| 325 |
"\n\n**Note:** Forecasts are for informational purposes only and not financial advice. "
|
| 326 |
"Data fetching may be slow on the first request for a ticker each day. "
|
| 327 |
"Alpha Vantage free tier has API call limits (5 calls/min, 100 calls/day)."
|