danielle2003 commited on
Commit
471f0dd
·
verified ·
1 Parent(s): bf1d2db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -510,7 +510,7 @@ st.markdown(
510
  [class*="st-key-divider-col"] {{
511
  border-left: 3px solid rgba(255, 255, 155, 0.5); /* Light border */
512
  border-radius: 35px; /* Rounded corners */
513
- margin-top:-25px;
514
  margin-left:3px;
515
 
516
  }}
@@ -518,7 +518,7 @@ st.markdown(
518
  border-right: 3px solid rgba(255, 255, 155, 0.5); /* Light border */
519
  border-radius: 35px; /* Rounded corners */
520
  margin-left:20px;
521
- margin-top:-25px;
522
 
523
  }}
524
 
@@ -537,7 +537,7 @@ st.markdown(
537
  padding-right:40px;
538
  z-index: 1;
539
  width:88vw;
540
- height:600px;
541
  /* Glass effect background */
542
  background: rgba(255, 255, 255, 0.15);
543
  backdrop-filter: blur(12px);
 
510
  [class*="st-key-divider-col"] {{
511
  border-left: 3px solid rgba(255, 255, 155, 0.5); /* Light border */
512
  border-radius: 35px; /* Rounded corners */
513
+ margin-top:-18px;
514
  margin-left:3px;
515
 
516
  }}
 
518
  border-right: 3px solid rgba(255, 255, 155, 0.5); /* Light border */
519
  border-radius: 35px; /* Rounded corners */
520
  margin-left:20px;
521
+ margin-top:-18px;
522
 
523
  }}
524
 
 
537
  padding-right:40px;
538
  z-index: 1;
539
  width:88vw;
540
+ height:630px;
541
  /* Glass effect background */
542
  background: rgba(255, 255, 255, 0.15);
543
  backdrop-filter: blur(12px);