ykl7 commited on
Commit
fdbaaaf
·
1 Parent(s): ebed471

fix import

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