peterpull commited on
Commit
3e6729e
·
1 Parent(s): 446701a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def get_index(index_file_path):
63
  print(f"Error: '{index_file_path}' does not exist.")
64
  sys.exit()
65
 
66
- index = get_index(INDEX_FILE)
67
 
68
  # passes the prompt to the chatbot
69
  def chatbot(input_text, mentioned_person='Mediator John Haynes', confidence_threshold=0.5):
 
63
  print(f"Error: '{index_file_path}' does not exist.")
64
  sys.exit()
65
 
66
+ index = get_index(./index/index.json)
67
 
68
  # passes the prompt to the chatbot
69
  def chatbot(input_text, mentioned_person='Mediator John Haynes', confidence_threshold=0.5):