Spaces:
Runtime error
Runtime error
amandakonet
commited on
Commit
•
8aa5536
1
Parent(s):
9a19cd5
ex df
Browse files
app.py
CHANGED
@@ -171,6 +171,7 @@ option = st.selectbox('Select a climate claim to test', df['claim'].unique())
|
|
171 |
|
172 |
st.write('You selected:', option)
|
173 |
|
|
|
174 |
st.write(type(option))
|
175 |
|
176 |
# section 6: analysis
|
|
|
171 |
|
172 |
st.write('You selected:', option)
|
173 |
|
174 |
+
|
175 |
st.write(type(option))
|
176 |
|
177 |
# section 6: analysis
|