Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ from streamlit.components.v1 import html
|
|
3 |
|
4 |
# Function to extract query parameters
|
5 |
def get_query_params():
|
6 |
-
#
|
7 |
-
return st.
|
8 |
|
9 |
# Main function where we handle the redirect
|
10 |
def main():
|
|
|
3 |
|
4 |
# Function to extract query parameters
|
5 |
def get_query_params():
|
6 |
+
# Use st.query_params to access query parameters
|
7 |
+
return st.query_params()
|
8 |
|
9 |
# Main function where we handle the redirect
|
10 |
def main():
|