Version 1.0
Browse filesTransformers can do anything.
app.py
CHANGED
@@ -14,7 +14,12 @@ agent_config = AgentConfig()
|
|
14 |
|
15 |
|
16 |
# Declare global variable
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
18 |
st.title("Hugging Face Agent and tools")
|
19 |
|
20 |
## LB https://huggingface.co/spaces/qiantong-xu/toolbench-leaderboard
|
|
|
14 |
|
15 |
|
16 |
# Declare global variable
|
17 |
+
|
18 |
+
st.set_page_config(
|
19 |
+
page_title="Transformers can realy do anything...",
|
20 |
+
page_icon="👋",
|
21 |
+
)
|
22 |
+
|
23 |
st.title("Hugging Face Agent and tools")
|
24 |
|
25 |
## LB https://huggingface.co/spaces/qiantong-xu/toolbench-leaderboard
|