Manel commited on
Commit
b51f2d1
·
verified ·
1 Parent(s): a0449e7
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -38,12 +38,15 @@ st.markdown(original_title, unsafe_allow_html=True)
38
  def load_model():
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,
 
38
  def load_model():
39
  # return load()
40
  pass
41
+ #border-color:rgb(14, 17, 23);
42
 
43
  st.markdown("""
44
  <style>
45
  [data-testid="stChatInput"] {
46
  background-color: #0e3745;
47
+ border-color: #ccc;
48
+ outline: none;
49
+
50
  }
51
  </style>
52
  """, unsafe_allow_html=True,