Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def query_evidence(payload):
|
|
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 a few steps to begin exploring and interacting with this demo.')
|
28 |
-
st.caption('First you need to input your claim
|
29 |
st.caption('Then you need to input your evidence and press **:green[Submit]**.')
|
30 |
st.caption('Upon completing these two steps, kindly wait for a minute to receive the results.')
|
31 |
|
|
|
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 a few steps to begin exploring and interacting with this demo.')
|
28 |
+
st.caption('First you need to input your claim.')
|
29 |
st.caption('Then you need to input your evidence and press **:green[Submit]**.')
|
30 |
st.caption('Upon completing these two steps, kindly wait for a minute to receive the results.')
|
31 |
|