Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def add_note_to_history(note, note_history):
|
|
106 |
note_history = '</s> <s>'.join(note_history)
|
107 |
return [note_history]
|
108 |
|
109 |
-
title = "
|
110 |
description = """Chatbot With Memory"""
|
111 |
|
112 |
def chat(message, history):
|
|
|
106 |
note_history = '</s> <s>'.join(note_history)
|
107 |
return [note_history]
|
108 |
|
109 |
+
title = "State of the Art Chatbot with Memory Dataset"
|
110 |
description = """Chatbot With Memory"""
|
111 |
|
112 |
def chat(message, history):
|