Spaces:
Runtime error
Runtime error
amandakonet
commited on
Commit
•
b4895cc
1
Parent(s):
df41601
checking format
Browse files
app.py
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
from transformers import pipeline
|
2 |
import streamlit as st
|
3 |
import pandas as pd
|
|
|
4 |
import os
|
5 |
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
from transformers import pipeline
|
2 |
import streamlit as st
|
3 |
import pandas as pd
|
4 |
+
import numpy as np
|
5 |
import os
|
6 |
|
7 |
+
# title
|
8 |
+
st.title('Combatting Climate Change Misinformation with Transformers')
|
9 |
+
|
10 |
+
# section 1: the context, problem; how to address
|
11 |
+
st.markdown("## The Problem 🤔")
|
12 |
+
st.markdown("For decades, the United States and other major polluting countries have made little ")
|
13 |
+
st.markdown("* misinformation: \“misleading information that is created and spread, regardless of whether there is intent to deceive\”")
|