File size: 392 Bytes
b8b0b89 |
1 2 3 4 5 6 7 8 9 10 11 |
import streamlit as st
def app_header(controller):
st.title("Hugging Face Agent and Tools")
## LB https://huggingface.co./spaces/qiantong-xu/toolbench-leaderboard
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π€ͺπ€ππ€π€ͺ.")
|