Spaces:
Sleeping
Sleeping
Zekun Wu
commited on
Commit
•
345d028
1
Parent(s):
bafdc7e
update
Browse files- pages/1_Injection.py +1 -0
pages/1_Injection.py
CHANGED
@@ -3,6 +3,7 @@ import pandas as pd
|
|
3 |
from io import StringIO
|
4 |
from util.injection import process_scores_multiple
|
5 |
from util.model import AzureAgent, GPTAgent
|
|
|
6 |
|
7 |
# Set up the Streamlit interface
|
8 |
st.title('Result Generation')
|
|
|
3 |
from io import StringIO
|
4 |
from util.injection import process_scores_multiple
|
5 |
from util.model import AzureAgent, GPTAgent
|
6 |
+
import os
|
7 |
|
8 |
# Set up the Streamlit interface
|
9 |
st.title('Result Generation')
|