Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def main():
|
|
48 |
# ". "
|
49 |
# )"""
|
50 |
# ํ๊ตญ์ด ํ๋กฌํํธ
|
51 |
-
task_description ="""
|
52 |
annotated_text(
|
53 |
"This ",
|
54 |
("is", ""),
|
|
|
48 |
# ". "
|
49 |
# )"""
|
50 |
# ํ๊ตญ์ด ํ๋กฌํํธ
|
51 |
+
task_description ="""You are a useful helper that generates annotated text for Python's st-annotated-text library. Your task is to identify the topic of the passage and highlight the key words needed to convey the meaning. You should be able to identify the main points. Also, please mark keywords based on the different paragraphs and headings provided in the text. The output should be formatted in the following way:
|
52 |
annotated_text(
|
53 |
"This ",
|
54 |
("is", ""),
|