Zekun Wu
commited on
Commit
•
1e2d3d0
1
Parent(s):
cc350c1
update
Browse files
pages/2_batch_evaluation.py
CHANGED
@@ -50,13 +50,13 @@ def batch_evaluate(uploaded_file):
|
|
50 |
st.title('Natural Language Explanation Demo')
|
51 |
|
52 |
# Description of the application
|
53 |
-
st.write("""
|
54 |
### Welcome to the Natural Language Explanation Demo
|
55 |
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.
|
56 |
""")
|
57 |
|
58 |
# Explanation of principles
|
59 |
-
st.write("""
|
60 |
### Explanation Principles
|
61 |
When evaluating explanations, consider the following principles mapped to user empowerment and regulatory compliance outcomes:
|
62 |
|
|
|
50 |
st.title('Natural Language Explanation Demo')
|
51 |
|
52 |
# Description of the application
|
53 |
+
st.sidebar.write("""
|
54 |
### Welcome to the Natural Language Explanation Demo
|
55 |
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.
|
56 |
""")
|
57 |
|
58 |
# Explanation of principles
|
59 |
+
st.sidebar.write("""
|
60 |
### Explanation Principles
|
61 |
When evaluating explanations, consider the following principles mapped to user empowerment and regulatory compliance outcomes:
|
62 |
|