Update app.py
Browse files
app.py
CHANGED
@@ -44,6 +44,7 @@ def predict_astigmatism(age, axis, aca):
|
|
44 |
|
45 |
def main():
|
46 |
st.set_page_config(page_title='Astigmatism Prediction', page_icon=':eyeglasses:', layout='wide')
|
|
|
47 |
st.markdown(
|
48 |
"""
|
49 |
<style>
|
|
|
44 |
|
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.markdown(
|
49 |
"""
|
50 |
<style>
|