Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from fastapi import FastAPI
|
2 |
-
from nlp
|
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 |
|