Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,4 +24,4 @@ aoption = acontainer1.selectbox(
|
|
24 |
adf['atitle']
|
25 |
)
|
26 |
if acontainer2.button("Submit",on_click=asubmit) == True:
|
27 |
-
asubmit({"aselected":aoption,"acontainer":acontainer3,"adataframe":adf,})
|
|
|
24 |
adf['atitle']
|
25 |
)
|
26 |
if acontainer2.button("Submit",on_click=asubmit) == True:
|
27 |
+
asubmit(aparam={"aselected":aoption,"acontainer":acontainer3,"adataframe":adf,})
|