awacke1 commited on
Commit
be206a4
1 Parent(s): 7bb06de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ if st.button("Clear Query Parameters"):
200
 
201
  # Streamlit UI for displaying query parameters and handling actions
202
  st.markdown("### Query Parameters - Navigate or Trigger Functionalities")
203
- st.write("Current Query Parameters:", st.query_params
204
 
205
  if 'query' in st.query_params():
206
  query = st.query_params()['query'][0] # Get the query parameter
 
200
 
201
  # Streamlit UI for displaying query parameters and handling actions
202
  st.markdown("### Query Parameters - Navigate or Trigger Functionalities")
203
+ st.write("Current Query Parameters:", st.query_params)
204
 
205
  if 'query' in st.query_params():
206
  query = st.query_params()['query'][0] # Get the query parameter