srbhavya01 commited on
Commit
faf7f58
·
verified ·
1 Parent(s): bd5ab6a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -1,7 +1,6 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- st.set_page_config(page_title="FitPlan AI - BMI Calculator", page_icon="💪")
5
  def load_model():
6
  return pipeline(
7
  "text-generation",
@@ -10,6 +9,7 @@ def load_model():
10
 
11
  generator = load_model()
12
 
 
13
  st.title("💪 FitPlan AI - Fitness Profile & BMI Calculator")
14
 
15
  st.write("Fill in your details to calculate your BMI and fitness category.")
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
 
4
  def load_model():
5
  return pipeline(
6
  "text-generation",
 
9
 
10
  generator = load_model()
11
 
12
+ st.set_page_config(page_title="FitPlan AI - BMI Calculator", page_icon="💪")
13
  st.title("💪 FitPlan AI - Fitness Profile & BMI Calculator")
14
 
15
  st.write("Fill in your details to calculate your BMI and fitness category.")