Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -467,7 +467,7 @@ def save_memory(purpose, history):
|
|
467 |
if ":" in line:
|
468 |
print(f'line:: {line}')
|
469 |
|
470 |
-
if "keywords" in line
|
471 |
print(f'trying:: {line}')
|
472 |
keyw=line.split(":")[1]
|
473 |
print (keyw)
|
|
|
467 |
if ":" in line:
|
468 |
print(f'line:: {line}')
|
469 |
|
470 |
+
if "keywords" in line:
|
471 |
print(f'trying:: {line}')
|
472 |
keyw=line.split(":")[1]
|
473 |
print (keyw)
|