awacke1 commited on
Commit
928e572
·
1 Parent(s): 76c8de4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Chatbot State of the Art now with Memory Saved to Dataset"
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):