CoolFace
Apppublic

Chris4K/agent-reference-implemenation

sourceHugging Faceupdated 3y agoView on Hugging Face
2likes
app_header.py11 linesDownload Raw Back to view
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