AllenYkl commited on
Commit
221ae85
1 Parent(s): 536ca2c

Update bin_public/app/Chatbot.py

Browse files
Files changed (1) hide show
  1. bin_public/app/Chatbot.py +1 -1
bin_public/app/Chatbot.py CHANGED
@@ -370,7 +370,7 @@ with gr.Blocks(css=customCSS) as demo:
370
  pinecone_api_env,
371
  temperature,
372
  pinecone_index_name],
373
- [systemPromptTxt, status_display]
374
  ).then(
375
  predict, [
376
  keyTxt,
 
370
  pinecone_api_env,
371
  temperature,
372
  pinecone_index_name],
373
+ [systemPromptTxt, index_pinecone, status_display]
374
  ).then(
375
  predict, [
376
  keyTxt,