import streamlit as st import sys import os # Add the project directory to the path to make imports work sys.path.append(os.path.dirname(os.path.abspath(__file__))) from pages import home, search, quiz, workout_plans, remedies # Set page configuration st.set_page_config( page_title="WikiFit", page_icon="💪", layout="wide", initial_sidebar_state="expanded" ) # Custom CSS st.markdown(""" """, unsafe_allow_html=True) # Header st.markdown('
Your AI Fitness Wiki