a10 commited on
Commit
ebb7e76
·
1 Parent(s): 9cfd969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import streamlit as st
2
  import pandas as pd
3
 
@@ -22,5 +23,4 @@ aoption = acontainer1.selectbox(
22
  'Which station?',
23
  adf['atitle']
24
  )
25
- acontainer1.button("Submit",on_click=asubmit,args={'aselected':aoption,})
26
- #acontainer2.write(aoption)
 
1
+
2
  import streamlit as st
3
  import pandas as pd
4
 
 
23
  'Which station?',
24
  adf['atitle']
25
  )
26
+ acontainer1.button("Submit",on_click=asubmit,args={'aselected':aoption,'adataframe':adf,'adummy':None,})