job-fair / app.py
Zekun Wu
update
7e580e9
raw
history blame
No virus
374 Bytes
import streamlit as st
st.set_page_config(
page_title="app",
page_icon="πŸ‘‹",
)
st.title('JobFair: A Benchmark for Fairness in LLM Employment Decision')
st.write("Welcome to JobFair! This benchmark is designed to evaluate the fairness of language models in employment decision-making. ")
st.sidebar.success("Select a demo above.")
st.markdown(
"""
"""
)