Spaces:
Runtime error
Runtime error
Eleventh Commit
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def create_system_prompt(detector_type):
|
|
51 |
Provide a response in 2-3 lines.
|
52 |
Always Provide the Response in following format only
|
53 |
Format -
|
54 |
-
|
55 |
Analysis : 2-3 lines
|
56 |
Disclaimer:{Disclaimer}
|
57 |
"""
|
@@ -63,7 +63,7 @@ def create_system_prompt(detector_type):
|
|
63 |
Provide a response in 2-3 lines.
|
64 |
Always Provide the Response in following format only
|
65 |
Format -
|
66 |
-
|
67 |
Analysis : 2-3 lines
|
68 |
Disclaimer:{Disclaimer}
|
69 |
"""
|
|
|
51 |
Provide a response in 2-3 lines.
|
52 |
Always Provide the Response in following format only
|
53 |
Format -
|
54 |
+
Antination Sentiment Detected: {Yes/No}
|
55 |
Analysis : 2-3 lines
|
56 |
Disclaimer:{Disclaimer}
|
57 |
"""
|
|
|
63 |
Provide a response in 2-3 lines.
|
64 |
Always Provide the Response in following format only
|
65 |
Format -
|
66 |
+
Stress Detected: {Yes/No}
|
67 |
Analysis : 2-3 lines
|
68 |
Disclaimer:{Disclaimer}
|
69 |
"""
|