Zekun Wu
commited on
Commit
•
3b77eb1
1
Parent(s):
b01eaa8
add
Browse files
pages/2_Conversation_Evaluation.py
CHANGED
@@ -66,7 +66,7 @@ if not st.session_state.get('password_correct', False):
|
|
66 |
check_password()
|
67 |
else:
|
68 |
st.sidebar.success("Password Verified. Proceed with the demo.")
|
69 |
-
model_name = st.selectbox('Select a model:', ['
|
70 |
|
71 |
# User choice between predefined examples or their own input
|
72 |
input_type = st.radio("Choose input type:", ('Use predefined example', 'Enter your own'))
|
|
|
66 |
check_password()
|
67 |
else:
|
68 |
st.sidebar.success("Password Verified. Proceed with the demo.")
|
69 |
+
model_name = st.selectbox('Select a model:', ['gpt35-1106'])
|
70 |
|
71 |
# User choice between predefined examples or their own input
|
72 |
input_type = st.radio("Choose input type:", ('Use predefined example', 'Enter your own'))
|