Jfink09 commited on
Commit
55c1c2f
·
verified ·
1 Parent(s): 509a53a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,7 +4,7 @@ import torch.nn as nn
4
  import math
5
 
6
  # Set page config at the very beginning
7
- st.set_page_config(page_title='', page_icon=':eyeglasses:', layout='wide')
8
 
9
  # Custom CSS to set background color to #000 for main app and navigation
10
  st.markdown("""
@@ -95,7 +95,7 @@ def predict_new_j0_j45(age, aca_magnitude, aca_axis_deg):
95
  return new_j0, new_j45
96
 
97
  def main():
98
- st.title('Total Corneal Astigmatism Prediction')
99
 
100
  # Initialize session state for input values if not already present
101
  if 'age' not in st.session_state:
 
4
  import math
5
 
6
  # Set page config at the very beginning
7
+ st.set_page_config(page_title='Total Corneal Astigmatism Prediction', page_icon=':eyeglasses:', layout='wide')
8
 
9
  # Custom CSS to set background color to #000 for main app and navigation
10
  st.markdown("""
 
95
  return new_j0, new_j45
96
 
97
  def main():
98
+ #st.title('Total Corneal Astigmatism Prediction')
99
 
100
  # Initialize session state for input values if not already present
101
  if 'age' not in st.session_state: