Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('*')
|