Spaces:
Runtime error
Runtime error
amandakonet
commited on
Commit
•
b77a858
1
Parent(s):
2ecadd9
misinfo matters
Browse files
app.py
CHANGED
@@ -15,10 +15,12 @@ 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 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?
|
24 |
|
@@ -28,4 +30,9 @@ st.image(misinfo_flowchart, caption='The misinformation flowchart')
|
|
28 |
|
29 |
# section 6: analysis
|
30 |
|
31 |
-
# section 7: conclusion
|
|
|
|
|
|
|
|
|
|
|
|
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.” It can exist in different domains, and each domain has different creators and distributors of misinformation. Misinfofrmation regarding climate change is often funded by conservative foundations or large energy industries such as gas, coal, and oil. (1)")
|
19 |
|
20 |
misinfo_flowchart = Image.open('images/misinfo_chart.jpeg')
|
21 |
+
st.image(misinfo_flowchart, caption='The misinformation flowchart. (1)')
|
22 |
+
|
23 |
+
st.markdown("**Why does this matter?** Through echo chambers, polarization, and feedback loops, misinformation can spread from these large organizes to the public, thus arming the public with pursausive information designed to create scepticism around and/or denial of climate change, its urgency, and climate change scientists. Existing research suggests that misinformation directly contributes to public support of political inaction and active stalling or rejection of pro- climate change policies (1).")
|
24 |
|
25 |
# section 3: how can transformers help?
|
26 |
|
|
|
30 |
|
31 |
# section 6: analysis
|
32 |
|
33 |
+
# section 7: conclusion
|
34 |
+
|
35 |
+
# references
|
36 |
+
|
37 |
+
st.markdown("## References")
|
38 |
+
st.markdown("1. https://www.carbonbrief.org/guest-post-how-climate-change-misinformation-spreads-online")
|