a10 commited on
Commit
3107a69
·
1 Parent(s): ce80446

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ acontainer1 = st.empty()
12
  acontainer2 = st.empty()
13
  acontainer3 = st.empty()
14
 
15
- def asubmit(aselected="",adataframe=pd.DataFrame(),adummy=None,):
16
- acontainer3.write("TEST "+aselected)
17
  # adf2 = aparam[0]["adataframe"]
18
  # astationcode = adf2.loc[adf2["atitle"]==aparam[0]["aselected"]]['astationcode']
19
 
 
12
  acontainer2 = st.empty()
13
  acontainer3 = st.empty()
14
 
15
+ def asubmit(aselected,adataframe,adummy):
16
+ acontainer3.write("TEST ")
17
  # adf2 = aparam[0]["adataframe"]
18
  # astationcode = adf2.loc[adf2["atitle"]==aparam[0]["aselected"]]['astationcode']
19