Spaces:
Running
Running
Zekun Wu
commited on
Commit
·
013b4f2
1
Parent(s):
77b1cb5
update
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ class GPTAgent:
|
|
59 |
return response.choices[0].message.content
|
60 |
|
61 |
# Streamlit app interface
|
62 |
-
st.title('
|
63 |
|
64 |
model_type = st.radio("Select the type of agent", ('AzureAgent', 'GPTAgent'))
|
65 |
api_key = st.text_input("API Key", type="password")
|
|
|
59 |
return response.choices[0].message.content
|
60 |
|
61 |
# Streamlit app interface
|
62 |
+
st.title('JobFair: A Benchmark for Fairness in LLM Employment Decision')
|
63 |
|
64 |
model_type = st.radio("Select the type of agent", ('AzureAgent', 'GPTAgent'))
|
65 |
api_key = st.text_input("API Key", type="password")
|