dar-tau commited on
Commit
4872e11
·
verified ·
1 Parent(s): e583c5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -117,6 +117,7 @@ css = '''
117
  margin-top: 15px;
118
  margin-left: 5%;
119
  width: 90%;
 
120
  }
121
 
122
  .even_bubble{
@@ -124,7 +125,7 @@ css = '''
124
  }
125
 
126
  .odd_bubble{
127
- background: navy;
128
  }
129
 
130
  .bubble textarea {
 
117
  margin-top: 15px;
118
  margin-left: 5%;
119
  width: 90%;
120
+ box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
121
  }
122
 
123
  .even_bubble{
 
125
  }
126
 
127
  .odd_bubble{
128
+ background: skyblue;
129
  }
130
 
131
  .bubble textarea {