XThomasBU
commited on
Commit
·
66e15e6
1
Parent(s):
adc4b88
fix
Browse files- apps/ai_tutor/app.py +0 -7
apps/ai_tutor/app.py
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
-
import sys
|
2 |
-
import os
|
3 |
-
|
4 |
-
# Add the parent directory of dl4ds_tutor to sys.path
|
5 |
-
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../../')))
|
6 |
-
|
7 |
-
|
8 |
from fastapi import FastAPI, Request, Response, HTTPException
|
9 |
from fastapi.responses import HTMLResponse, RedirectResponse
|
10 |
from fastapi.templating import Jinja2Templates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
from fastapi import FastAPI, Request, Response, HTTPException
|
2 |
from fastapi.responses import HTMLResponse, RedirectResponse
|
3 |
from fastapi.templating import Jinja2Templates
|