Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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])
|