affine commited on
Commit
23bc4d5
·
1 Parent(s): 346fd48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
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)