Jerrycool commited on
Commit
8bd30b9
·
verified ·
1 Parent(s): c1a1054

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -490,7 +490,7 @@ intro_image_css = """
490
  max-width: 400px;
491
  width: 90%;
492
  height: auto;
493
- margin: 2rem auto 1rem auto; /* Adjusted margin slightly */
494
  border-radius: 8px;
495
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
496
  }
 
490
  max-width: 400px;
491
  width: 90%;
492
  height: auto;
493
+ margin: 0rem auto 0rem auto; /* Adjusted margin slightly */
494
  border-radius: 8px;
495
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
496
  }