qiantong-xu
commited on
Commit
•
a206e6c
1
Parent(s):
eb33210
Update app.py
Browse files
app.py
CHANGED
@@ -53,13 +53,11 @@ block = gr.Blocks()
|
|
53 |
|
54 |
with block:
|
55 |
gr.Markdown(
|
56 |
-
"""#
|
57 |
|
58 |
-
Welcome to the leaderboard
|
59 |
-
This is a community
|
60 |
-
|
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 |
|