Manel commited on
Commit
a0449e7
·
verified ·
1 Parent(s): bdc3a0f

change border color

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -39,6 +39,15 @@ def load_model():
39
  # return load()
40
  pass
41
 
 
 
 
 
 
 
 
 
 
42
 
43
  # chat componenets
44
 
 
39
  # return load()
40
  pass
41
 
42
+ st.markdown("""
43
+ <style>
44
+ [data-testid="stChatInput"] {
45
+ background-color: #0e3745;
46
+ border-color:rgb(14, 17, 23);
47
+ }
48
+ </style>
49
+ """, unsafe_allow_html=True,
50
+ )
51
 
52
  # chat componenets
53