Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
|
| 3 |
# IMPORT your existing functions
|
| 4 |
from model.query_model import query_model
|
| 5 |
-
from
|
| 6 |
|
| 7 |
st.set_page_config(page_title="AI Workout Planner", layout="centered")
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
# IMPORT your existing functions
|
| 4 |
from model.query_model import query_model
|
| 5 |
+
from prompt_builder import build_prompt, import calculate_bmi
|
| 6 |
|
| 7 |
st.set_page_config(page_title="AI Workout Planner", layout="centered")
|
| 8 |
|