kingabzpro commited on
Commit
27efbe7
·
1 Parent(s): 66f0f5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -80,8 +80,6 @@ gr.ChatInterface(title=title,
80
  description=description,
81
  examples=examples,
82
  cache_examples=True,
83
- retry_btn=None,
84
- undo_btn="Delete Previous",
85
- clear_btn="Clear",
86
  chatbot=gr.Chatbot(height=300),
87
  textbox=gr.Textbox(placeholder="Chat with me")).queue().launch(share=False, debug=True)
 
80
  description=description,
81
  examples=examples,
82
  cache_examples=True,
83
+ theme='gstaff/xkcd',
 
 
84
  chatbot=gr.Chatbot(height=300),
85
  textbox=gr.Textbox(placeholder="Chat with me")).queue().launch(share=False, debug=True)