ykl7 commited on
Commit
f163ee6
·
1 Parent(s): 2ef1794

add logger import

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")