Towhidul commited on
Commit
a5b1363
·
1 Parent(s): 8c5938d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -30,14 +30,14 @@ st.caption('Then you need to input your evidence and press :green[ctrl+enter].')
30
  st.caption('Upon completing these two steps, kindly wait for a minute to receive 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
- st.caption('To begin, this is an example of a claim and evidence.')
34
 
35
- st.text(':Green[Claim]')
36
- st.text('''Amazon announced on March 16 it would hire 100,000 new warehouse and delivery workers and
37
  raise wages $ 2 per hour through April in response to increased demand for its services because of the coronavirus pandemic .''')
38
 
39
- st.text(':Green[Evidence]')
40
- st.text('''Due to the consumers increasingly relying on online retailers,
41
  Amazon planned to hire over 99,000 workers in the warehouse and delivery sector during the Pandemic in the USA.''')
42
 
43
 
 
30
  st.caption('Upon completing these two steps, kindly wait for a minute to receive 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
+ st.caption('Start by inputting the following instance of a claim and corresponding evidence into the designated text fields.')
34
 
35
+ st.markdown('**:Green[Claim]:** point_down:')
36
+ st.markdown('''Amazon announced on March 16 it would hire 100,000 new warehouse and delivery workers and
37
  raise wages $ 2 per hour through April in response to increased demand for its services because of the coronavirus pandemic .''')
38
 
39
+ st.markdown('**:Green[Evidence]:** point_down:')
40
+ st.markdown('''Due to the consumers increasingly relying on online retailers,
41
  Amazon planned to hire over 99,000 workers in the warehouse and delivery sector during the Pandemic in the USA.''')
42
 
43