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