Rahka commited on
Commit
3add768
·
verified ·
1 Parent(s): 881d007

Update src/application/app.py

Browse files
Files changed (1) hide show
  1. src/application/app.py +7 -7
src/application/app.py CHANGED
@@ -168,19 +168,19 @@ if chosen_id == "1":
168
  )
169
 
170
  round_visualization = st.segmented_control(
171
- "Select Round",
172
- ["Round 1", "Round 2", "Round 3", "Round 4"],
173
  selection_mode="single",
174
- default="Round 4",
175
  )
176
 
177
- if round_visualization == "Round 1":
178
  st.image("static/images/choropleth_round_1.png")
179
- if round_visualization == "Round 2":
180
  st.image("static/images/choropleth_round_2.png")
181
- if round_visualization == "Round 3":
182
  st.image("static/images/choropleth_round_3.png")
183
- if round_visualization == "Round 4":
184
  st.image("static/images/choropleth_round_4.png")
185
 
186
  st.write(
 
168
  )
169
 
170
  round_visualization = st.segmented_control(
171
+ "Select Session",
172
+ ["Session 1", "Session 2", "Session 3", "Session 4"],
173
  selection_mode="single",
174
+ default="Session 4",
175
  )
176
 
177
+ if round_visualization == "Session 1":
178
  st.image("static/images/choropleth_round_1.png")
179
+ if round_visualization == "Session 2":
180
  st.image("static/images/choropleth_round_2.png")
181
+ if round_visualization == "Session 3":
182
  st.image("static/images/choropleth_round_3.png")
183
+ if round_visualization == "Session 4":
184
  st.image("static/images/choropleth_round_4.png")
185
 
186
  st.write(