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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,7 +317,7 @@ def main():
317
  st.title("Chat with GPT :books:")
318
 
319
  if slug:
320
- chat(slug)
321
 
322
  else:
323
  st.error("Please return to Birdseye and select a document.")
 
317
  st.title("Chat with GPT :books:")
318
 
319
  if slug:
320
+ chat(slug, user_id)
321
 
322
  else:
323
  st.error("Please return to Birdseye and select a document.")