Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ astationcolumns = ['akey','astationcode','alatitude','alongitude','atitle',]
|
|
10 |
|
11 |
acontainer1 = st.empty()
|
12 |
acontainer2 = st.empty()
|
13 |
-
acontainer3 = st.
|
14 |
|
15 |
def asubmit(aselected="",acontainer=None,):
|
16 |
acontainer.write((" {} ").format("TEST3"))
|
|
|
10 |
|
11 |
acontainer1 = st.empty()
|
12 |
acontainer2 = st.empty()
|
13 |
+
acontainer3 = st.empty()
|
14 |
|
15 |
def asubmit(aselected="",acontainer=None,):
|
16 |
acontainer.write((" {} ").format("TEST3"))
|