Zekun Wu
commited on
Commit
Β·
81d703c
1
Parent(s):
b0a3b5e
update
Browse files
__pycache__/assistants.cpython-310.pyc
DELETED
|
Binary file (1.31 kB)
|
|
|
pages/1_single_evaluation.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import pandas as pd
|
| 2 |
import streamlit as st
|
| 3 |
-
from evaluator import evaluator,write_evaluation_commentary
|
| 4 |
import os
|
| 5 |
|
| 6 |
# Predefined examples
|
|
|
|
| 1 |
import pandas as pd
|
| 2 |
import streamlit as st
|
| 3 |
+
from util.evaluator import evaluator,write_evaluation_commentary
|
| 4 |
import os
|
| 5 |
|
| 6 |
# Predefined examples
|
util/__init__.py
ADDED
|
File without changes
|
assistants.py β util/assistants.py
RENAMED
|
File without changes
|
evaluator.py β util/evaluator.py
RENAMED
|
File without changes
|