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