Spaces:
Sleeping
Sleeping
Zekun Wu
commited on
Commit
β’
53c350f
1
Parent(s):
a9954de
update
Browse files
app.py
CHANGED
@@ -5,7 +5,8 @@ st.set_page_config(
|
|
5 |
page_icon="π",
|
6 |
)
|
7 |
|
8 |
-
st.
|
|
|
9 |
|
10 |
st.sidebar.success("Select a demo above.")
|
11 |
|
|
|
5 |
page_icon="π",
|
6 |
)
|
7 |
|
8 |
+
st.title('JobFair: A Benchmark for Fairness in LLM Employment Decision')
|
9 |
+
st.write("Welcome to JobFair! This benchmark is designed to evaluate the fairness of language models in employment decision-making. ")
|
10 |
|
11 |
st.sidebar.success("Select a demo above.")
|
12 |
|