Towhidul commited on
Commit
b6433bb
·
1 Parent(s): da1dba3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -38,8 +38,12 @@ st.caption('Upon completing these two steps, kindly wait for a minute to receive
38
 
39
  st.caption('Start by inputting the following instance of a claim and corresponding evidence into the designated text fields.')
40
  #-----------------------------------------------------------------------------------------------
 
41
  st.caption('**Example 1**')
42
- st.caption(''':green[Claim:] :point_right: Amazon to hire 100K workers and until April Amazon will raise hourly wages by $2 due to pandemic demand.''')
 
 
 
43
 
44
  st.caption(''':green[Evidence:] :point_right: Due to the consumers increasingly relying on online retailers,
45
  Amazon planned to hire over 99,000 workers in the warehouse and delivery sector during the Pandemic in the USA.''')
@@ -62,10 +66,8 @@ regularly used to recharge the Batcave s atomic pile . ''')
62
  #-----------------------------------------------------------
63
 
64
  st.caption('**Example 4**')
65
- st.caption(''':green[Claim:] :point_right: Moderna's legal actions towards Pfizer-BioNTech indicate that the development of COVID-19 vaccines was underway prior to the commencement of the pandemic.''')
66
 
67
- st.caption(''':green[Evidence:] :point_right: Moderna is suing Pfizer and BioNTech for patent infringement, alleging the rival companies used key parts of its mRNA technology to develop their COVID-19 vaccine. Moderna’s patents were filed between 2010 and 2016.
68
- ''')
69
 
70
  #-----------------------------------------------------------
71
 
 
38
 
39
  st.caption('Start by inputting the following instance of a claim and corresponding evidence into the designated text fields.')
40
  #-----------------------------------------------------------------------------------------------
41
+
42
  st.caption('**Example 1**')
43
+ st.caption(''':green[Claim:] :point_right: Moderna's legal actions towards Pfizer-BioNTech indicate that the development of COVID-19 vaccines was underway prior to the commencement of the pandemic.''')
44
+
45
+ st.caption(''':green[Evidence:] :point_right: Moderna is suing Pfizer and BioNTech for patent infringement, alleging the rival companies used key parts of its mRNA technology to develop their COVID-19 vaccine. Moderna’s patents were filed between 2010 and 2016.
46
+ ''')
47
 
48
  st.caption(''':green[Evidence:] :point_right: Due to the consumers increasingly relying on online retailers,
49
  Amazon planned to hire over 99,000 workers in the warehouse and delivery sector during the Pandemic in the USA.''')
 
66
  #-----------------------------------------------------------
67
 
68
  st.caption('**Example 4**')
69
+ st.caption(''':green[Claim:] :point_right: Amazon to hire 100K workers and until April Amazon will raise hourly wages by $2 due to pandemic demand.''')
70
 
 
 
71
 
72
  #-----------------------------------------------------------
73