Zekun Wu
commited on
Commit
·
388107d
1
Parent(s):
ade079b
update
Browse files
pages/5_Conversation_Evaluation.py
CHANGED
@@ -5,6 +5,7 @@ import streamlit as st
|
|
5 |
from util.evaluator import evaluator, write_evaluation_commentary
|
6 |
import os
|
7 |
|
|
|
8 |
# Predefined examples
|
9 |
examples = {
|
10 |
'good': [
|
|
|
5 |
from util.evaluator import evaluator, write_evaluation_commentary
|
6 |
import os
|
7 |
|
8 |
+
|
9 |
# Predefined examples
|
10 |
examples = {
|
11 |
'good': [
|