Update app.py
Browse files
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 |
)
|