AmiKim commited on
Commit
e29c19e
·
verified ·
1 Parent(s): 61bc46a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  from fastapi import FastAPI
2
- from nlp.py import analyze_sentiment, analyze_kakao_csv, get_json_result
3
 
4
  app = FastAPI()
5
 
 
1
  from fastapi import FastAPI
2
+ from nlp import analyze_sentiment, analyze_kakao_csv, get_json_result
3
 
4
  app = FastAPI()
5