a10 commited on
Commit
2784e1a
·
1 Parent(s): 009b062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.write("TEST1")
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"))