jflo commited on
Commit
ff9254c
Β·
verified Β·
1 Parent(s): d1d4a90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -131,6 +131,8 @@ class PredictResponse(BaseModel):
131
  # ── Supabase Helper ───────────────────────────────────────────────────────────
132
  def get_suitable_exercises(workout_type: int, mood: int, soreness: int) -> List[ExerciseResponse]:
133
  try:
 
 
134
  response = (
135
  state.supabase.table('exerciseai')
136
  .select('*')
 
131
  # ── Supabase Helper ───────────────────────────────────────────────────────────
132
  def get_suitable_exercises(workout_type: int, mood: int, soreness: int) -> List[ExerciseResponse]:
133
  try:
134
+ print("DATA")
135
+ print(workout_type,mood,soreness)
136
  response = (
137
  state.supabase.table('exerciseai')
138
  .select('*')