Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,4 +133,9 @@ https://github.com/AaronCWacker/ThreeDragons
|
|
133 |

|
134 |

|
135 |

|
136 |
-
''')
|
|
|
|
|
|
|
|
|
|
|
|
133 |

|
134 |

|
135 |

|
136 |
+
''')
|
137 |
+
|
138 |
+
|
139 |
+
def query_params_demo():
|
140 |
+
# Accessing a single query parameter
|
141 |
+
first_key = st.query_params
|