Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,3 +20,12 @@ st.write("3. The unique aspect of this tool lies in its pre-trained models, elim
|
|
20 |
st.markdown("""<div style='text-align: center; margin-bottom:-50px'>
|
21 |
<img src="https://acis.affineanalytics.co.in/assets/images/logo.svg" alt="logo" width="600" height="100 ">
|
22 |
</div>""", unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
st.markdown("""<div style='text-align: center; margin-bottom:-50px'>
|
21 |
<img src="https://acis.affineanalytics.co.in/assets/images/logo.svg" alt="logo" width="600" height="100 ">
|
22 |
</div>""", unsafe_allow_html=True)
|
23 |
+
|
24 |
+
|
25 |
+
hide_streamlit_style = """
|
26 |
+
<style>
|
27 |
+
#MainMenu {visibility: hidden;}
|
28 |
+
footer {visibility: hidden;}
|
29 |
+
</style>
|
30 |
+
"""
|
31 |
+
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|