dar-tau commited on
Commit
bca9264
·
verified ·
1 Parent(s): f151725

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,11 +109,11 @@ css = '''
109
  border-radius: 10px;
110
  padding: 10px;
111
  margin-top: 10px;
112
- background-color: pink;
113
  }
114
  .bubble > textarea{
115
  border: none;
116
- background-color: pink;
117
  }
118
 
119
  '''
 
109
  border-radius: 10px;
110
  padding: 10px;
111
  margin-top: 10px;
112
+ background: pink;
113
  }
114
  .bubble > textarea{
115
  border: none;
116
+ background: pink;
117
  }
118
 
119
  '''