rajistics commited on
Commit
4563e23
Β·
1 Parent(s): 181809c

added prophet

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ with gr.Blocks() as demo:
42
 
43
  gr.Markdown(
44
  """
45
- ## Pypi Download Stats πŸ“ˆ
46
- See live download stats for all of Hugging Face's open-source libraries πŸ€—
47
  """)
48
  with gr.Row():
49
  lib = gr.Dropdown(["transformers", "datasets", "huggingface-hub", "gradio"], label="Library")
 
42
 
43
  gr.Markdown(
44
  """
45
+ ## Pypi Download Stats πŸ“ˆ with Prophet Forecasting
46
+ See live download stats for all of Hugging Face's open-source libraries πŸ€— along with a 3 month forecast using Prophet
47
  """)
48
  with gr.Row():
49
  lib = gr.Dropdown(["transformers", "datasets", "huggingface-hub", "gradio"], label="Library")