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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,10 +24,11 @@ def query_evidence(payload):
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:")
 
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 a few steps to begin exploring and interacting 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
+ st.caption(':red[At times, you may encounter null/none outputs, which could be a result of a delay in loading the models through the API. If you experience this problem, kindly try again after a few minutes.]')
32
 
33
  #-----------------------------------------------------------
34
  claim_text=st.text_area("Enter your claim:")