Towhidul commited on
Commit
bee3456
·
1 Parent(s): 91253cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,7 +22,8 @@ def query_evidence(payload):
22
  return response.json()
23
 
24
  #-----------------------------------------------------------
25
- st.title('Welcome to :blue[_FACTIFY_ - _5WQA_] : 5W Aspect-based Fact Verification through Question Answering :blue[Web Demo]')
 
26
 
27
  #-----------------------------------------------------------
28
  claim_text=st.text_area("Enter your claim:")
 
22
  return response.json()
23
 
24
  #-----------------------------------------------------------
25
+ st.title('Welcome to :blue[_FACTIFY_ - _5WQA_] : ')
26
+ st.header('5W Aspect-based Fact Verification through Question Answering :blue[Web Demo]')
27
 
28
  #-----------------------------------------------------------
29
  claim_text=st.text_area("Enter your claim:")