File size: 379 Bytes
0b5c5aa
117a821
823c0be
 
 
 
 
53c350f
 
823c0be
 
 
 
cf25467
31d0cad
cf25467
823c0be
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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(
    """
    
    """
)