Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -394,7 +394,7 @@ def generate_summary(text):
|
|
394 |
if not text:
|
395 |
return None
|
396 |
|
397 |
-
prompt = """Please analyze and summarize the following text in 2-3 sentences.
|
398 |
Focus on the main points and key information:
|
399 |
|
400 |
Text: {text}
|
|
|
394 |
if not text:
|
395 |
return None
|
396 |
|
397 |
+
prompt = """반드시 한글(한국어)로 작성하라. Please analyze and summarize the following text in 2-3 sentences.
|
398 |
Focus on the main points and key information:
|
399 |
|
400 |
Text: {text}
|