faizhalas commited on
Commit
3c660c6
·
verified ·
1 Parent(s): da62067

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
Home.py CHANGED
@@ -30,7 +30,7 @@ st.write(df)
30
  urlz = st.query_params.to_dict()
31
  st.write(urlz)
32
 
33
- paramx = st.query_params.get_all()
34
  st.write(paramx)
35
 
36
  #Title
 
30
  urlz = st.query_params.to_dict()
31
  st.write(urlz)
32
 
33
+ paramx = st.query_params["art"]
34
  st.write(paramx)
35
 
36
  #Title