Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ acontainer1 = st.empty()
|
|
12 |
acontainer2 = st.empty()
|
13 |
acontainer3 = st.empty()
|
14 |
|
15 |
-
def asubmit(aparam):
|
16 |
acontainer3.write("TEST")
|
17 |
# adf2 = aparam[0]["adataframe"]
|
18 |
# astationcode = adf2.loc[adf2["atitle"]==aparam[0]["aselected"]]['astationcode']
|
|
|
12 |
acontainer2 = st.empty()
|
13 |
acontainer3 = st.empty()
|
14 |
|
15 |
+
def asubmit((aparam)):
|
16 |
acontainer3.write("TEST")
|
17 |
# adf2 = aparam[0]["adataframe"]
|
18 |
# astationcode = adf2.loc[adf2["atitle"]==aparam[0]["aselected"]]['astationcode']
|