hrguarinv commited on
Commit
94f0d95
·
verified ·
1 Parent(s): 9766d24

Update routes/customer_support.py

Browse files
Files changed (1) hide show
  1. routes/customer_support.py +1 -1
routes/customer_support.py CHANGED
@@ -1,5 +1,5 @@
1
  from fastapi import APIRouter
2
- from models.query import Query
3
  from services.nlp import generate_response
4
 
5
  router = APIRouter()
 
1
  from fastapi import APIRouter
2
+ from models.input import Input
3
  from services.nlp import generate_response
4
 
5
  router = APIRouter()