Zekun Wu commited on
Commit
a75576c
1 Parent(s): 89571c1
Files changed (1) hide show
  1. pages/1_Single_Evaluation.py +1 -1
pages/1_Single_Evaluation.py CHANGED
@@ -57,7 +57,7 @@ if not st.session_state.get('password_correct', False):
57
  check_password()
58
  else:
59
  st.sidebar.success("Password Verified. Proceed with the demo.")
60
- model_name = st.selectbox('Select a model:', ['gpt4-1106', 'gpt35-1106'])
61
 
62
  # User choice between predefined examples or their own input
63
  input_type = st.radio("Choose input type:", ('Use predefined example', 'Enter your own'))
 
57
  check_password()
58
  else:
59
  st.sidebar.success("Password Verified. Proceed with the demo.")
60
+ model_name = st.selectbox('Select a model:', ['gpt35-1106'])
61
 
62
  # User choice between predefined examples or their own input
63
  input_type = st.radio("Choose input type:", ('Use predefined example', 'Enter your own'))