bupa1018 commited on
Commit
770f75c
·
1 Parent(s): 4e1fc69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -55,7 +55,6 @@ def add_text_to_chatbot(chat_history, user_input):
55
  chat_history = chat_history + [(user_input, None)]
56
  return chat_history, ""
57
 
58
- def show_user(chat_history)
59
 
60
  def show_history(chat_history):
61
  return chat_history[-1][0], ""
 
55
  chat_history = chat_history + [(user_input, None)]
56
  return chat_history, ""
57
 
 
58
 
59
  def show_history(chat_history):
60
  return chat_history[-1][0], ""