Zekun Wu commited on
Commit
013b4f2
1 Parent(s): 77b1cb5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ class GPTAgent:
59
  return response.choices[0].message.content
60
 
61
  # Streamlit app interface
62
- st.title('Model Invocation with Dataset Processing')
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")