Zekun Wu
commited on
Commit
·
a75576c
1
Parent(s):
89571c1
add
Browse files
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:', ['
|
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'))
|