update
Browse files
app.py
CHANGED
@@ -28,6 +28,9 @@ st.markdown(
|
|
28 |
color: black !important;
|
29 |
background-color: blue !important;
|
30 |
}
|
|
|
|
|
|
|
31 |
</style>
|
32 |
""",
|
33 |
unsafe_allow_html=True
|
|
|
28 |
color: black !important;
|
29 |
background-color: blue !important;
|
30 |
}
|
31 |
+
/* Hide Streamlit's top colored bar and options icon */
|
32 |
+
header {display: none !important;}
|
33 |
+
.stDeployButton {display: none !important;}
|
34 |
</style>
|
35 |
""",
|
36 |
unsafe_allow_html=True
|