Spaces:
Sleeping
Sleeping
Commit
·
9e347f3
1
Parent(s):
51983c1
updated pom file
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ import pprint
|
|
27 |
# captured_value = parse_qs(parsed_url.query)['some_key'][0]
|
28 |
#
|
29 |
# print(captured_value)
|
30 |
-
st.write(st.experimental_get_query_params()['pwd'])
|
31 |
|
32 |
urlInput = st.text_input('Enter your own URL', '', placeholder="Type your URL here (e.g. https://abc.xyz/investor/)", disabled=not isCustomURL)
|
33 |
|
|
|
27 |
# captured_value = parse_qs(parsed_url.query)['some_key'][0]
|
28 |
#
|
29 |
# print(captured_value)
|
30 |
+
st.write(st.experimental_get_query_params()['pwd'][0][0])
|
31 |
|
32 |
urlInput = st.text_input('Enter your own URL', '', placeholder="Type your URL here (e.g. https://abc.xyz/investor/)", disabled=not isCustomURL)
|
33 |
|