amandakonet commited on
Commit
2ecadd9
1 Parent(s): 1707180

misinfo flowchart

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,9 +15,9 @@ st.markdown("")
15
  # section 2: what is misinformation? how is it combatted now? how successful is this?
16
  st.markdown("### More about Misinformation")
17
 
18
- st.markdown("* misinformation: “misleading information that is created and spread, regardless of whether there is intent to deceive")
19
 
20
- misinfo_flowchart = Image.open('/images/misinfo_chart.jpeg')
21
  st.image(misinfo_flowchart, caption='The misinformation flowchart')
22
 
23
  # section 3: how can transformers help?
 
15
  # section 2: what is misinformation? how is it combatted now? how successful is this?
16
  st.markdown("### More about Misinformation")
17
 
18
+ st.markdown("Misinformation can be defined as “misleading information that is created and spread, regardless of whether there is intent to deceive.” ")
19
 
20
+ misinfo_flowchart = Image.open('images/misinfo_chart.jpeg')
21
  st.image(misinfo_flowchart, caption='The misinformation flowchart')
22
 
23
  # section 3: how can transformers help?