From a59d6f9b66ee329259ef321198a64048c500a27a Mon Sep 17 00:00:00 2001 From: So Hyeon Date: Thu, 7 Nov 2024 01:36:53 +0900 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 0beb1a0..c3258d7 100644 --- a/main.py +++ b/main.py @@ -87,7 +87,7 @@ async def calc_difficulty(s: str): @app.get("/") async def root(): - return {"message": "Hello World"} + return {"message": "한글바다 AI 서버입니다."} if __name__ == "__main__": import uvicorn @@ -125,4 +125,4 @@ def decomposition(korean_word: str): if len(i) == 3: b_list.append(i[2]) - return b_list, m_list \ No newline at end of file + return b_list, m_list