ChristopherMarais commited on
Commit
523cfe2
·
verified ·
1 Parent(s): cd458ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -239,6 +239,11 @@ custom_css = """
239
  max-width: none !important;
240
  margin: 0;
241
  }
 
 
 
 
 
242
  .hf-chat-input:focus {
243
  outline: none !important;
244
  box-shadow: none !important;
 
239
  max-width: none !important;
240
  margin: 0;
241
  }
242
+ .hf-chat-input textarea:focus {
243
+ outline: none !important;
244
+ box-shadow: none !important;
245
+ border-color: #c2c2c2 !important;
246
+ }
247
  .hf-chat-input:focus {
248
  outline: none !important;
249
  box-shadow: none !important;