Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ if 'action' in st.query_params:
|
|
159 |
st.experimental_rerun()
|
160 |
|
161 |
# Handling repeated keys
|
162 |
-
if 'multi' in st.query_params
|
163 |
multi_values = get_all_query_params('multi')
|
164 |
st.write("Values for 'multi':", multi_values)
|
165 |
|
|
|
159 |
st.experimental_rerun()
|
160 |
|
161 |
# Handling repeated keys
|
162 |
+
if 'multi' in st.query_params:
|
163 |
multi_values = get_all_query_params('multi')
|
164 |
st.write("Values for 'multi':", multi_values)
|
165 |
|