Spaces:
Paused
Paused
Commit
·
c9aafe6
1
Parent(s):
de7ee14
Update app.py
Browse files
app.py
CHANGED
@@ -111,6 +111,8 @@ def process_input():
|
|
111 |
|
112 |
create_case(conversations.memory.buffer,conversation_id)
|
113 |
|
|
|
|
|
114 |
print("Case created successfully !!")
|
115 |
|
116 |
else:
|
|
|
111 |
|
112 |
create_case(conversations.memory.buffer,conversation_id)
|
113 |
|
114 |
+
memory.clear()
|
115 |
+
|
116 |
print("Case created successfully !!")
|
117 |
|
118 |
else:
|