dar-tau commited on
Commit
60f4a55
·
verified ·
1 Parent(s): 9d74583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -119,7 +119,8 @@ css = '''
119
  }
120
  .bubble textarea {
121
  border: none;
122
- background: pink;
 
123
  resize: none;
124
  }
125
 
 
119
  }
120
  .bubble textarea {
121
  border: none;
122
+ box-shadow: none;
123
+ background: inherit;
124
  resize: none;
125
  }
126