Zekun Wu
commited on
Commit
·
ade079b
1
Parent(s):
d3bca1f
update
Browse files
pages/5_Conversation_Evaluation.py
CHANGED
@@ -2,7 +2,7 @@ import json
|
|
2 |
|
3 |
import pandas as pd
|
4 |
import streamlit as st
|
5 |
-
from util.evaluator import
|
6 |
import os
|
7 |
|
8 |
# Predefined examples
|
|
|
2 |
|
3 |
import pandas as pd
|
4 |
import streamlit as st
|
5 |
+
from util.evaluator import evaluator, write_evaluation_commentary
|
6 |
import os
|
7 |
|
8 |
# Predefined examples
|