jeonghin commited on
Commit
fd6ce19
·
verified ·
1 Parent(s): c793fd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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:")