Zekun Wu commited on
Commit
330a3cd
1 Parent(s): 4c7e8b6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ st.title('JobFair: A Benchmark for Fairness in LLM Employment Decision')
63
  # Streamlit app interface
64
  st.sidebar.title('Model Settings')
65
 
66
- model_type = st.sidebar.radio("Select the type of agent", ('AzureAgent', 'GPTAgent'))
67
  api_key = st.sidebar.text_input("API Key", type="password")
68
  endpoint_url = st.sidebar.text_input("Endpoint URL")
69
  deployment_name = st.sidebar.text_input("Model Name")
 
63
  # Streamlit app interface
64
  st.sidebar.title('Model Settings')
65
 
66
+ model_type = st.sidebar.radio("Select the type of agent", ('GPTAgent','AzureAgent'))
67
  api_key = st.sidebar.text_input("API Key", type="password")
68
  endpoint_url = st.sidebar.text_input("Endpoint URL")
69
  deployment_name = st.sidebar.text_input("Model Name")