Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def getPromptTemplate(dialog):
|
|
50 |
- Extract the text from the dialog that contributed to the emotion chosen
|
51 |
|
52 |
Format your response as a JSON object with \
|
53 |
-
"ActualDialog","
|
54 |
If the information isn't present, use "unknown" \
|
55 |
as the value.
|
56 |
Make your response as short as possible.
|
|
|
50 |
- Extract the text from the dialog that contributed to the emotion chosen
|
51 |
|
52 |
Format your response as a JSON object with \
|
53 |
+
"ActualDialog","Emotion" ,"ContributedText" as the keys.
|
54 |
If the information isn't present, use "unknown" \
|
55 |
as the value.
|
56 |
Make your response as short as possible.
|