Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from fastapi import FastAPI, HTTPException
|
2 |
from supabase import create_client, Client
|
3 |
from typing import List, Dict
|
4 |
from statistics import mean
|
|
|
1 |
+
from fastapi import FastAPI, HTTPException,Query
|
2 |
from supabase import create_client, Client
|
3 |
from typing import List, Dict
|
4 |
from statistics import mean
|