Skip to content

Commit

Permalink
some typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Aug 31, 2021
1 parent 425f52a commit e92101f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions explorer/civsoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2802,7 +2802,7 @@ def callback():
)

st.write(
"### Do you regard the existing legal CSprotections against surveillance of your activities in your country as a sufficient safeguard for your work on intelligence-related issues? `[CSprotectleg2]`"
"### Do you regard the existing legal protections against surveillance of your activities in your country as a sufficient safeguard for your work on intelligence-related issues? `[CSprotectleg2]`"
)

CSprotectleg2_counts = df[filter]["CSprotectleg2"].value_counts()
Expand Down Expand Up @@ -3247,7 +3247,7 @@ def callback():

if selected_section == "Attitudes":

st.write("# CSattitudes")
st.write("# Attitudes")

st.write(
"### The following four statements are about **intelligence agencies**. Please select the statement you most agree with, based on your national context. `[CSattitude1]`"
Expand All @@ -3263,7 +3263,6 @@ def callback():
)
)

# Pie chart CSattitudes (CSattitude2)
st.write(
"### The following four statements are about **intelligence oversight**. Please select the statement you most agree with, based on your national context. `[CSattitude2]`"
)
Expand All @@ -3278,8 +3277,6 @@ def callback():
)
)

# Histogram (CSattitude3)

st.write(
"### In your personal view, what are the goals of intelligence oversight? Please select the three goals of oversight you subscribe to the most. `[CSattitude3]`"
)
Expand Down

0 comments on commit e92101f

Please sign in to comment.