Spaces:
Runtime error
Runtime error
amandakonet
commited on
Commit
•
6908e17
1
Parent(s):
bbee4e2
update
Browse files
app.py
CHANGED
@@ -92,6 +92,7 @@ txt_class = pipeline('text-classification', model='amandakonet/climatebert-fact-
|
|
92 |
option = st.selectbox('Select a climate claim to test', df['claim'].unique())
|
93 |
|
94 |
st.write('You selected:', option)
|
|
|
95 |
st.write(type(option))
|
96 |
|
97 |
# section 6: analysis
|
|
|
92 |
option = st.selectbox('Select a climate claim to test', df['claim'].unique())
|
93 |
|
94 |
st.write('You selected:', option)
|
95 |
+
|
96 |
st.write(type(option))
|
97 |
|
98 |
# section 6: analysis
|