Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def main():
|
|
31 |
# ". "
|
32 |
# )"""
|
33 |
|
34 |
-
task_description = """You are a helpful assistant that generates annotated text for the st-annotated-text library in Python. Highlight the key terms that are most important in the context of the sentence, especially focusing on the
|
35 |
annotated_text(
|
36 |
"This ",
|
37 |
("is", ""),
|
|
|
31 |
# ". "
|
32 |
# )"""
|
33 |
|
34 |
+
task_description = """You are a helpful assistant that generates annotated text for the st-annotated-text library in Python. Highlight the key terms that are most important in the context of the sentence, especially focusing on the main subject involved. Your output should be formatted in the following way for text:
|
35 |
annotated_text(
|
36 |
"This ",
|
37 |
("is", ""),
|