Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Krishna086
/
SQL_Practice_Platform
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f68a38d
SQL_Practice_Platform
/
app
/
schemas.py
Krishna Prakash
Initial commit For SQL Practice Platform
e7cf806
29 days ago
raw
Copy download link
history
blame
164 Bytes
from
pydantic
import
BaseModel
class
RunQueryRequest
(
BaseModel
):
query:
str
class
ValidateQueryRequest
(
BaseModel
):
user_query:
str
expected_query:
str