triflix commited on
Commit
4ef10b9
·
verified ·
1 Parent(s): f1a79c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,8 +20,7 @@ client = genai.Client(api_key=API_KEY)
20
  # ⚡ FastAPI Setup
21
  # -------------------------------
22
  app = FastAPI()
23
- app.mount("/static", StaticFiles(directory="static"), name="static")
24
- templates = Jinja2Templates(directory="templates")
25
 
26
  # -------------------------------
27
  # 🛠️ Helper Functions
 
20
  # ⚡ FastAPI Setup
21
  # -------------------------------
22
  app = FastAPI()
23
+
 
24
 
25
  # -------------------------------
26
  # 🛠️ Helper Functions