patti-j commited on
Commit
b114ef5
1 Parent(s): bfc8030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,6 +42,6 @@ with block:
42
  inputs=message,
43
  )
44
 
45
- /* submit.click(chat, inputs=[message], outputs=[chatbot])
46
 
47
  block.launch(debug=True)
 
42
  inputs=message,
43
  )
44
 
45
+ # submit.click(chat, inputs=[message], outputs=[chatbot])
46
 
47
  block.launch(debug=True)