Spaces:
Sleeping
Sleeping
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( | |
""" | |
""" | |
) |