From 30a087370f09b0ca3eb2f12a104312d34ea31f4f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Aug 2017 00:44:46 -0400 Subject: [PATCH] btc for predictions (more interesting) Signed-off-by: Kenneth Reitz --- templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index 37fe4bc..8cfb82b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -76,15 +76,15 @@

Experimental (e.g. fun) Endpoints

-

Prediction of LBC Price (using machine learning)

+

Prediction of BTC Price (using machine learning)

 

- - Graph of LBC prediction. + + Graph of BTC prediction.

-$ curl https://coinbin.org/lbc/forecast +$ curl https://coinbin.org/btc/forecast
 {{ lbc_forecast.data.decode('utf-8') }}