Spaces:
Sleeping
Sleeping
fix import
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import hmac
|
|
5 |
import os
|
6 |
from llm_reasoner import LLMReasoner
|
7 |
from prompts import templates
|
|
|
8 |
|
9 |
st.header(" Scientific Claim Verification ")
|
10 |
st.caption("Team UMBC-SBU-UT")
|
|
|
5 |
import os
|
6 |
from llm_reasoner import LLMReasoner
|
7 |
from prompts import templates
|
8 |
+
from typing import Any
|
9 |
|
10 |
st.header(" Scientific Claim Verification ")
|
11 |
st.caption("Team UMBC-SBU-UT")
|