YashB1 commited on
Commit
9b22b06
·
verified ·
1 Parent(s): d49386c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -29,6 +29,12 @@ st.write(
29
  text-align: center;
30
  color: #17becf;
31
  }
 
 
 
 
 
 
32
  """,
33
  unsafe_allow_html=True,
34
  )
 
29
  text-align: center;
30
  color: #17becf;
31
  }
32
+ .sticky-sidebar {
33
+ position: -webkit-sticky;
34
+ position: sticky;
35
+ top: 0;
36
+ }
37
+ </style>
38
  """,
39
  unsafe_allow_html=True,
40
  )