Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -311,6 +311,7 @@ def main():
|
|
| 311 |
init()
|
| 312 |
query_params = st.query_params
|
| 313 |
slug = query_params.get("slug")
|
|
|
|
| 314 |
|
| 315 |
load_dotenv()
|
| 316 |
st.title("Chat with GPT :books:")
|
|
|
|
| 311 |
init()
|
| 312 |
query_params = st.query_params
|
| 313 |
slug = query_params.get("slug")
|
| 314 |
+
user_id = query_params.get("user_id")
|
| 315 |
|
| 316 |
load_dotenv()
|
| 317 |
st.title("Chat with GPT :books:")
|