llbrunner commited on
Commit
4b2e85f
1 Parent(s): 4daea21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,5 +43,5 @@ gr.Interface(
43
  examples=examples,
44
  inputs=["text", "state"],
45
  outputs=["chatbot", "state"],
46
- theme="gstaff/xkcd",
47
  ).launch()
 
43
  examples=examples,
44
  inputs=["text", "state"],
45
  outputs=["chatbot", "state"],
46
+ theme="gradio/monochrome",
47
  ).launch()