Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def predict_astigmatism(age, axis, aca):
|
|
| 45 |
def main():
|
| 46 |
st.set_page_config(page_title='Astigmatism Prediction', page_icon=':eyeglasses:', layout='wide')
|
| 47 |
st.write('<style>.st-emotion-cache-1dp5vir.ezrtsby1 { display: none; }</style>', unsafe_allow_html=True)
|
| 48 |
-
st.write("""<style>.
|
| 49 |
st.markdown(
|
| 50 |
"""
|
| 51 |
<style>
|
|
|
|
| 45 |
def main():
|
| 46 |
st.set_page_config(page_title='Astigmatism Prediction', page_icon=':eyeglasses:', layout='wide')
|
| 47 |
st.write('<style>.st-emotion-cache-1dp5vir.ezrtsby1 { display: none; }</style>', unsafe_allow_html=True)
|
| 48 |
+
st.write("""<style>.st-emotion-cache-czk5ss.e16jpq800 {display: none;}</style>""", unsafe_allow_html=True)
|
| 49 |
st.markdown(
|
| 50 |
"""
|
| 51 |
<style>
|