Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- server/app.py +1 -0
server/app.py
CHANGED
|
@@ -16,6 +16,7 @@ import sys
|
|
| 16 |
from pathlib import Path
|
| 17 |
from openenv.core.env_server import create_fastapi_app
|
| 18 |
from environment import NL2SQLEnvironment
|
|
|
|
| 19 |
|
| 20 |
# Ensure models can be imported from the parent directory
|
| 21 |
_HERE = Path(__file__).parent
|
|
|
|
| 16 |
from pathlib import Path
|
| 17 |
from openenv.core.env_server import create_fastapi_app
|
| 18 |
from environment import NL2SQLEnvironment
|
| 19 |
+
import sqlite3 # <-- Add this import
|
| 20 |
|
| 21 |
# Ensure models can be imported from the parent directory
|
| 22 |
_HERE = Path(__file__).parent
|