a10 commited on
Commit
7292605
·
1 Parent(s): 8105114

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
-
2
  import streamlit as st
3
 
4
  astations = [
@@ -11,5 +10,5 @@ acontainer2 = st.empty()
11
 
12
  aoption = acontainer1.selectbox(
13
  'Which station?',
14
- astations[1])
15
  acontainer2.write(aoption)
 
 
1
  import streamlit as st
2
 
3
  astations = [
 
10
 
11
  aoption = acontainer1.selectbox(
12
  'Which station?',
13
+ astations[][4])
14
  acontainer2.write(aoption)