Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ def preprocess_text_with_llm(input_text: str) -> str:
|
|
220 |
if not input_text.strip():
|
221 |
return "์
๋ ฅ ํ
์คํธ๊ฐ ๋น์ด์์ต๋๋ค."
|
222 |
|
223 |
-
system_prompt = """๋น์ ์ ๋ฐ์ดํฐ ์ ์ฒ๋ฆฌ ์ ๋ฌธ๊ฐ์
๋๋ค. ์
๋ ฅ๋ ํ
์คํธ๋ฅผ CSV ๋ฐ์ดํฐ์
ํ์์ผ๋ก ๋ณํํ์ธ์.
|
224 |
|
225 |
๊ท์น:
|
226 |
1. ์ถ๋ ฅ ํ์: id,text,label,metadata
|
|
|
220 |
if not input_text.strip():
|
221 |
return "์
๋ ฅ ํ
์คํธ๊ฐ ๋น์ด์์ต๋๋ค."
|
222 |
|
223 |
+
system_prompt = """๋ฐ๋์ ํ๊ธ(ํ๊ตญ์ด)๋ก ๋ต๋ณํ์์ค. ๋น์ ์ ๋ฐ์ดํฐ ์ ์ฒ๋ฆฌ ์ ๋ฌธ๊ฐ์
๋๋ค. ์
๋ ฅ๋ ํ
์คํธ๋ฅผ CSV ๋ฐ์ดํฐ์
ํ์์ผ๋ก ๋ณํํ์ธ์.
|
224 |
|
225 |
๊ท์น:
|
226 |
1. ์ถ๋ ฅ ํ์: id,text,label,metadata
|