Spaces:
Build error
Build error
Commit
·
27efbe7
1
Parent(s):
66f0f5e
Update app.py
Browse files
app.py
CHANGED
@@ -80,8 +80,6 @@ gr.ChatInterface(title=title,
|
|
80 |
description=description,
|
81 |
examples=examples,
|
82 |
cache_examples=True,
|
83 |
-
|
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)
|