ikenna1234 commited on
Commit
15c10e8
·
1 Parent(s): 3f55c51
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -41,6 +41,8 @@ def respond(
41
  response += token
42
  yield response
43
 
 
 
44
 
45
  """
46
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
 
41
  response += token
42
  yield response
43
 
44
+ print("the history", message, "response",response)
45
+
46
 
47
  """
48
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface