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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -22,8 +22,12 @@ def query_evidence(payload):
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:")
 
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:")