Spaces:
Sleeping
Sleeping
added introductory prompt
Browse files- 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"]:
|