ivelin commited on
Commit
88db5bb
Β·
verified Β·
1 Parent(s): 9f2ac94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def get_forecast(lib, time):
34
  with gr.Blocks() as demo:
35
  gr.Markdown(
36
  """
37
- **Pypi Download Stats πŸ“ˆ with Darts Forecasting**: see live download stats for popular open-source libraries πŸ€— along with a 3 month forecast using Darts. The [ source code for this Gradio demo is here](https://huggingface.co/spaces/gradio/timeseries-forecasting-with-darts/blob/main/app.py).
38
  """
39
  )
40
  with gr.Row():
 
34
  with gr.Blocks() as demo:
35
  gr.Markdown(
36
  """
37
+ **Pypi Download Stats πŸ“ˆ with Darts Forecasting**: see live download stats for popular open-source libraries πŸ€— along with a 3 month forecast using Darts. The [ source code for this Gradio demo is here](https://huggingface.co/spaces/ivelin/darts-demo/tree/main).
38
  """
39
  )
40
  with gr.Row():