princeml commited on
Commit
ecef131
1 Parent(s): 525707b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -28,7 +28,7 @@ def main():
28
  </br>"""
29
  st.markdown(html_temp_home1, unsafe_allow_html=True)
30
  st.write("""
31
- Online Food Order Prediction
32
  """)
33
  if choice == "Prediction":
34
  val1 = 0
@@ -36,7 +36,7 @@ def main():
36
  val3 = 0
37
  val4 = 0
38
 
39
- st.header("Online Food Order Prediction")
40
  # Define the input fields
41
  age = st.number_input("Age", min_value=0, max_value=120, value=30, step=1)
42
 
@@ -80,7 +80,7 @@ def main():
80
  st.subheader("About this app")
81
  html_temp_about1= """<div style="background-color:#6D7B8D;padding:10px">
82
  <h4 style="color:white;text-align:center;">
83
- Online Food Order Prediction with Machine Learning .</h4>
84
  </div>
85
  </br>"""
86
  st.markdown(html_temp_about1, unsafe_allow_html=True)
 
28
  </br>"""
29
  st.markdown(html_temp_home1, unsafe_allow_html=True)
30
  st.write("""
31
+ Predicting the premium of health insurance
32
  """)
33
  if choice == "Prediction":
34
  val1 = 0
 
36
  val3 = 0
37
  val4 = 0
38
 
39
+ st.header("Predicting the premium of health insurance")
40
  # Define the input fields
41
  age = st.number_input("Age", min_value=0, max_value=120, value=30, step=1)
42
 
 
80
  st.subheader("About this app")
81
  html_temp_about1= """<div style="background-color:#6D7B8D;padding:10px">
82
  <h4 style="color:white;text-align:center;">
83
+ Predicting the premium of health insurance .</h4>
84
  </div>
85
  </br>"""
86
  st.markdown(html_temp_about1, unsafe_allow_html=True)