Update app.py
Browse files
app.py
CHANGED
@@ -57,6 +57,15 @@ when he mistakenly rehydrates them with heavy water contaminated with atomic was
|
|
57 |
regularly used to recharge the Batcave s atomic pile . ''')
|
58 |
|
59 |
#-----------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
def proc():
|
61 |
st.write(st.session_state.text_key)
|
62 |
|
|
|
57 |
regularly used to recharge the Batcave s atomic pile . ''')
|
58 |
|
59 |
#-----------------------------------------------------------
|
60 |
+
|
61 |
+
st.caption('**Example 4**')
|
62 |
+
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.''')
|
63 |
+
|
64 |
+
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.
|
65 |
+
''')
|
66 |
+
|
67 |
+
#-----------------------------------------------------------
|
68 |
+
|
69 |
def proc():
|
70 |
st.write(st.session_state.text_key)
|
71 |
|