Zekun Wu
commited on
Commit
•
f4322be
1
Parent(s):
b0eb8db
update
Browse files
pages/1_single_evaluation.py
CHANGED
@@ -39,6 +39,7 @@ st.title('Natural Language Explanation Demo')
|
|
39 |
if not st.session_state.get('password_correct', False):
|
40 |
check_password()
|
41 |
else:
|
|
|
42 |
model_name = st.selectbox('Select a model:', ['gpt4-1106', 'gpt35-1106'])
|
43 |
|
44 |
# User choice between predefined examples or their own input
|
|
|
39 |
if not st.session_state.get('password_correct', False):
|
40 |
check_password()
|
41 |
else:
|
42 |
+
st.sidebar.success("Password Verified. Proceed with the demo.")
|
43 |
model_name = st.selectbox('Select a model:', ['gpt4-1106', 'gpt35-1106'])
|
44 |
|
45 |
# User choice between predefined examples or their own input
|