Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
holistic-ai
/
job-fair
like
1
Sleeping
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
31d0cad
job-fair
/
app.py
Zekun Wu
update
31d0cad
over 1 year ago
raw
Copy download link
history
blame
Safe
244 Bytes
import
streamlit
as
st
st.set_page_config(
page_title=
"app"
,
page_icon=
"π"
,
)
st.write(
"JobFair: A Benchmark for Fairness in LLM Employment Decision"
)
st.sidebar.success(
"Select a demo above."
)
st.markdown(
"""
"""
)