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