Ngene787 commited on
Commit
9127eae
·
1 Parent(s): b98eacf

feat: add image to the background

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ body {
30
  margin: 0 auto;
31
  max-width: 960px;
32
  background-color: rgba(255, 255, 255, 0.85);
33
- border-radius: 16px;
34
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
35
  padding: 24px;
36
  backdrop-filter: blur(10px);
 
30
  margin: 0 auto;
31
  max-width: 960px;
32
  background-color: rgba(255, 255, 255, 0.85);
33
+ border-radius: 20px;
34
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
35
  padding: 24px;
36
  backdrop-filter: blur(10px);