Abid commited on
Commit
e1e6845
1 Parent(s): 9b81c9e

block uncustom colors

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with demo:
50
  value="How are you?",
51
  placeholder="What is your name?",
52
  max_lines=1,
53
- ).style(text_color="white", container_bg_color="blue",)
54
 
55
  text.submit(predict, [text, state], [chatbot, state])
56
  text.submit(lambda x: "", text, text)
50
  value="How are you?",
51
  placeholder="What is your name?",
52
  max_lines=1,
53
+ )
54
 
55
  text.submit(predict, [text, state], [chatbot, state])
56
  text.submit(lambda x: "", text, text)