darkc0de commited on
Commit
07f69aa
·
verified ·
1 Parent(s): 13dab55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def respond(message, history):
38
 
39
 
40
  with gr.Blocks() as demo:
41
- gr.ChatInterface(respond, chatbot=gr.Xortron7(height=800))
42
 
43
  if __name__ == "__main__":
44
  demo.launch(show_api=False, share=False)
 
38
 
39
 
40
  with gr.Blocks() as demo:
41
+ gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
42
 
43
  if __name__ == "__main__":
44
  demo.launch(show_api=False, share=False)