Chris4K/agent-reference-implemenation
2
1import streamlit as st2 3 4def app_header(controller):5 st.title("Hugging Face Agent and Tools")6 7 ## LB https://huggingface.co/spaces/qiantong-xu/toolbench-leaderboard8 9 st.markdown("Welcome to the Hugging Face Agent and Tools app! This app allows you to interact with various tools using the Hugging Face Inference API. CustomTransformers can do anything \n๐คช๐ค๐๐ค๐คช.")10 11 