Zekun Wu commited on
Commit ·
8c43009
1
Parent(s): 69068d9
update
Browse files
pages/1_single_evaluation.py
CHANGED
|
@@ -33,7 +33,7 @@ def check_password():
|
|
| 33 |
|
| 34 |
|
| 35 |
# Title of the application
|
| 36 |
-
st.title('
|
| 37 |
|
| 38 |
# Description of the application
|
| 39 |
st.sidebar.write("""
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
# Title of the application
|
| 36 |
+
st.title('Single Evaluation of Explanations')
|
| 37 |
|
| 38 |
# Description of the application
|
| 39 |
st.sidebar.write("""
|
pages/2_explanation_generation.py
CHANGED
|
@@ -68,7 +68,7 @@ def check_password():
|
|
| 68 |
|
| 69 |
|
| 70 |
# Title of the application
|
| 71 |
-
st.title('
|
| 72 |
|
| 73 |
# Sidebar description of the application
|
| 74 |
st.sidebar.write("""
|
|
|
|
| 68 |
|
| 69 |
|
| 70 |
# Title of the application
|
| 71 |
+
st.title('Explanation Generation')
|
| 72 |
|
| 73 |
# Sidebar description of the application
|
| 74 |
st.sidebar.write("""
|
pages/3_batch_evaluation.py
CHANGED
|
@@ -47,7 +47,7 @@ def batch_evaluate(uploaded_file):
|
|
| 47 |
|
| 48 |
|
| 49 |
# Title of the application
|
| 50 |
-
st.title('
|
| 51 |
|
| 52 |
# Description of the application
|
| 53 |
st.sidebar.write("""
|
|
|
|
| 47 |
|
| 48 |
|
| 49 |
# Title of the application
|
| 50 |
+
st.title('Batch Evaluation of Explanations')
|
| 51 |
|
| 52 |
# Description of the application
|
| 53 |
st.sidebar.write("""
|