lbiester commited on
Commit
011628b
·
verified ·
1 Parent(s): e164699

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -73,9 +73,6 @@ chatbot = gr.Chatbot([(initial_msg, None)])
73
  demo = gr.ChatInterface(
74
  fn=chat_partial,
75
  chatbot=chatbot,
76
- title="MiddChat",
77
- retry_btn=None,
78
- undo_btn=None,
79
- clear_btn=None,)
80
 
81
  demo.launch(share=True)
 
73
  demo = gr.ChatInterface(
74
  fn=chat_partial,
75
  chatbot=chatbot,
76
+ title="MiddChat")
 
 
 
77
 
78
  demo.launch(share=True)