qiantong-xu commited on
Commit
a206e6c
1 Parent(s): eb33210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -53,13 +53,11 @@ block = gr.Blocks()
53
 
54
  with block:
55
  gr.Markdown(
56
- """# Making Demos Leaderboard
57
 
58
- Welcome to the leaderboard for the ever-running Making Demos Event! 🏆
59
- This is a community event where participants create demos of recently released machine learning models, or combine multiple demos to make cool apps!
60
- To attend the event, simply join us in [Discord](https://huggingface.co/join/discord), take the role #collaborate and write under one of the paper posts under #making-demos forum.
61
- You can add `making-demos` to tags in your Spaces' README.md's metadata section to add your demo to this leaderboard.
62
- At the end of every week, winners of this leaderboard will earn special prizes! 🎁
63
  """
64
  )
65
 
 
53
 
54
  with block:
55
  gr.Markdown(
56
+ """# Toolbench Leaderboard
57
 
58
+ Welcome to the leaderboard of the ToolBench! 🏆
59
+ This is a community where participants create language models and action generation algorithms to generate API function calls based goals described in natural lanugage!
60
+ Please join our [Discord](https://discord.com/invite/JehFG5HXKb) for further discussion.
 
 
61
  """
62
  )
63