Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -474,7 +474,7 @@ def save_memory(purpose, history):
|
|
474 |
if ":" in line:
|
475 |
print(f'line:: {line}')
|
476 |
|
477 |
-
if "keywords" in line:
|
478 |
print(f'trying:: {line}')
|
479 |
keyw=line.split(":")[1]
|
480 |
print (keyw)
|
|
|
474 |
if ":" in line:
|
475 |
print(f'line:: {line}')
|
476 |
|
477 |
+
if "keywords" in line and ":" in line:
|
478 |
print(f'trying:: {line}')
|
479 |
keyw=line.split(":")[1]
|
480 |
print (keyw)
|