gufett0 commited on
Commit
2c6a0aa
·
1 Parent(s): 8bce767

added introductory prompt

Browse files
Files changed (1) hide show
  1. backend.py +1 -1
backend.py CHANGED
@@ -80,7 +80,7 @@ def build_index(path: str):
80
  def handle_query(query_str: str,
81
  chat_history: list[tuple[str, str]]) -> Iterator[str]:
82
 
83
- global conversation
84
 
85
 
86
  if not session_state["index"]:
 
80
  def handle_query(query_str: str,
81
  chat_history: list[tuple[str, str]]) -> Iterator[str]:
82
 
83
+ #global conversation
84
 
85
 
86
  if not session_state["index"]: