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

block custom 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="#00ff7f", container_bg_color="#00d5ff",)
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
+ ).style(text_color="white", container_bg_color="blue",)
54
 
55
  text.submit(predict, [text, state], [chatbot, state])
56
  text.submit(lambda x: "", text, text)