Spaces:
Running
Running
add logger import
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ from llm_reasoner import LLMReasoner
|
|
9 |
from prompts import templates
|
10 |
from typing import Any
|
11 |
from string import Template
|
|
|
12 |
|
13 |
st.header(" Scientific Claim Verification ")
|
14 |
st.caption("Team UMBC-SBU-UT")
|
|
|
9 |
from prompts import templates
|
10 |
from typing import Any
|
11 |
from string import Template
|
12 |
+
import logger
|
13 |
|
14 |
st.header(" Scientific Claim Verification ")
|
15 |
st.caption("Team UMBC-SBU-UT")
|