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