ASNVS commited on
Commit
0046f91
·
verified ·
1 Parent(s): e5f9932
Files changed (1) hide show
  1. app.py +3 -0
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