nxphi47 commited on
Commit
df05447
1 Parent(s): 7151461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -736,8 +736,8 @@ class ChatBot(gr.Chatbot):
736
  self, chat_message
737
  ):
738
  x = super()._postprocess_chat_messages(chat_message)
739
- if isinstance(x, str):
740
- x = x.strip().replace("\n", "<br>")
741
  return x
742
 
743
 
 
736
  self, chat_message
737
  ):
738
  x = super()._postprocess_chat_messages(chat_message)
739
+ # if isinstance(x, str):
740
+ # x = x.strip().replace("\n", "<br>")
741
  return x
742
 
743