fizzarif7 commited on
Commit
d374694
·
verified ·
1 Parent(s): b1fb6d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -270,6 +270,7 @@ with gr.Blocks(
270
  transform: scale(1.05);
271
  color: #000;
272
  cursor: pointer;
 
273
  }
274
 
275
 
@@ -311,7 +312,7 @@ with gr.Blocks(
311
  .gr-image, .gr-audio, .gr-file {
312
  border: 1px solid #d6eaf8;
313
  border-radius: 12px;
314
- background-color: #f9fbfd;
315
  padding: 12px;
316
  }
317
 
 
270
  transform: scale(1.05);
271
  color: #000;
272
  cursor: pointer;
273
+ border-radius:10px;
274
  }
275
 
276
 
 
312
  .gr-image, .gr-audio, .gr-file {
313
  border: 1px solid #d6eaf8;
314
  border-radius: 12px;
315
+ background-color: #d1e8e8;
316
  padding: 12px;
317
  }
318