Springboardmen commited on
Commit
b8f77e5
·
verified ·
1 Parent(s): 2cf4a4b

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  # ---------------------------------------------------
4
  # PAGE CONFIG
5
  # ---------------------------------------------------
6
- st.set_page_config(page_title="FitPlan AI", layout="wide")
7
 
8
  st.title(" FitPlan AI – User Fitness Profile")
9
 
 
3
  # ---------------------------------------------------
4
  # PAGE CONFIG
5
  # ---------------------------------------------------
6
+ st.set_page_config(page_title="FitPlan AI", layout="centered")
7
 
8
  st.title(" FitPlan AI – User Fitness Profile")
9