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

Update app.py

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