burtenshaw commited on
Commit
2f505a3
·
1 Parent(s): fe23681

add downloads disclaimer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -307,7 +307,7 @@ with gr.Blocks(title="Hugging Face Community Stats") as demo:
307
  stats_image = gr.Markdown(f"![Hugging Face Stats]({DEFAULT_IMAGE})")
308
 
309
  def format_markdown(image_url):
310
- return f"![Hugging Face Stats]({image_url})"
311
 
312
  # Handle submission
313
  submit_btn.click(
 
307
  stats_image = gr.Markdown(f"![Hugging Face Stats]({DEFAULT_IMAGE})")
308
 
309
  def format_markdown(image_url):
310
+ return f"![Hugging Face Stats]({image_url}) \n\n * *Downloads are for the last 30 days, likes are for 2024*"
311
 
312
  # Handle submission
313
  submit_btn.click(