Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,12 @@ def query_evidence(payload):
|
|
22 |
return response.json()
|
23 |
|
24 |
#-----------------------------------------------------------
|
25 |
-
st.title('Welcome to :blue[
|
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:")
|
|
|
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 |
+
st.subheader('Here are some instructions to get started playing with this demo.')
|
28 |
+
st.caption('First you need to input your claim and press :green[ctrl+enter].')
|
29 |
+
st.caption('Then you need to input your evidence and press :green[ctrl+enter].')
|
30 |
+
st.caption('After doing this two steps, you need to wait a minute to get the results.')
|
31 |
|
32 |
#-----------------------------------------------------------
|
33 |
claim_text=st.text_area("Enter your claim:")
|