mgokg commited on
Commit
3c53f26
·
verified ·
1 Parent(s): 4b29047

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def chat(message, history):
50
  bot_message = hyperbolic(message)
51
  history.append((message, bot_message))
52
  display(Markdown(bot_message))
53
- return bot_message
54
  return history
55
 
56
  if __name__ == '__main__':
 
50
  bot_message = hyperbolic(message)
51
  history.append((message, bot_message))
52
  display(Markdown(bot_message))
53
+ #return bot_message
54
  return history
55
 
56
  if __name__ == '__main__':