Towhidul commited on
Commit
ab824b1
1 Parent(s): a5b1363

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -32,12 +32,12 @@ st.caption(':red[At times, you may encounter null/none outputs, which could be a
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
 
 
32
 
33
  st.caption('Start by inputting the following instance of a claim and corresponding evidence into the designated text fields.')
34
 
35
+ st.caption('**:Green[Claim]** :point_down:')
36
+ st.caption('''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.caption('**:Green[Evidence]** :point_down:')
40
+ st.caption('''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