Zekun Wu commited on
Commit
b489e1c
1 Parent(s): 1e2d3d0
Files changed (1) hide show
  1. pages/1_single_evaluation.py +2 -2
pages/1_single_evaluation.py CHANGED
@@ -36,13 +36,13 @@ def check_password():
36
  st.title('Natural Language Explanation Demo')
37
 
38
  # Description of the application
39
- st.write("""
40
  ### Welcome to the Natural Language Explanation Demo
41
  This application allows you to evaluate the quality of explanations generated for various questions using different language models. You can either use predefined examples or input your own questions and explanations.
42
  """)
43
 
44
  # Explanation of principles
45
- st.write("""
46
  ### Explanation Principles
47
  When evaluating explanations, consider the following principles mapped to user empowerment and regulatory compliance outcomes:
48
 
 
36
  st.title('Natural Language Explanation Demo')
37
 
38
  # Description of the application
39
+ st.sidebar.write("""
40
  ### Welcome to the Natural Language Explanation Demo
41
  This application allows you to evaluate the quality of explanations generated for various questions using different language models. You can either use predefined examples or input your own questions and explanations.
42
  """)
43
 
44
  # Explanation of principles
45
+ st.sidebar.write("""
46
  ### Explanation Principles
47
  When evaluating explanations, consider the following principles mapped to user empowerment and regulatory compliance outcomes:
48