Wedyan2023 commited on
Commit
3cd50fb
·
verified ·
1 Parent(s): 67749ce

Update app102.py

Browse files
Files changed (1) hide show
  1. app102.py +4 -4
app102.py CHANGED
@@ -968,10 +968,10 @@ if "task_choice" in st.session_state:
968
  "'Example text.\n \n and in new line Entity types:\n"
969
  "Then group the entities under each label like this:\n"
970
  "\nPERSON – Angela Merkel, John Smith\n"
971
- "ORG – Google, United Nations\n"
972
- "DATE – January 1st, 2023\n"
973
- "... and so on.\n\n"
974
- "Each new entities group should be in a new line.\n"
975
  "If entity type {labels} is not found, do not write it in your response.\n"
976
  "- Do NOT output them inline after the text.\n"
977
  "- Do NOT repeat the sentence.\n"
 
968
  "'Example text.\n \n and in new line Entity types:\n"
969
  "Then group the entities under each label like this:\n"
970
  "\nPERSON – Angela Merkel, John Smith\n"
971
+ "\nORG – Google, United Nations\n"
972
+ "\nDATE – January 1st, 2023\n"
973
+ "\n... and so on.\n\n"
974
+ "and write each new entities group in a new line.\n"
975
  "If entity type {labels} is not found, do not write it in your response.\n"
976
  "- Do NOT output them inline after the text.\n"
977
  "- Do NOT repeat the sentence.\n"