Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -234,24 +234,10 @@ with tab2:
|
|
| 234 |
**Feel free to adjust the number of clusters to see how data points get re-grouped!**
|
| 235 |
""")
|
| 236 |
|
| 237 |
-
|
| 238 |
-
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
|
| 242 |
-
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
footer="""
|
| 246 |
-
|
| 247 |
-
<style> your css code put here</style>
|
| 248 |
-
|
| 249 |
-
<div class='footer'>
|
| 250 |
-
|
| 251 |
-
<p>the word you want to tell<a style='display:block;text-align:center;'
|
| 252 |
-
|
| 253 |
-
href='https://www.streamlit.io' target='_blank'>your email address put here</a></p>
|
| 254 |
-
|
| 255 |
-
</div>"""
|
| 256 |
-
|
| 257 |
-
st.markdown(footer, unsafe_allow_html=True)
|
|
|
|
| 234 |
**Feel free to adjust the number of clusters to see how data points get re-grouped!**
|
| 235 |
""")
|
| 236 |
|
| 237 |
+
hide_streamlit_style = """
|
| 238 |
+
<style>
|
| 239 |
+
[data-testid="stToolbar"] {visibility: hidden !important;}
|
| 240 |
+
footer {visibility: hidden !important;}
|
| 241 |
+
</style>
|
| 242 |
+
"""
|
| 243 |
+
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|