ArunNyp7 commited on
Commit
f68106e
·
verified ·
1 Parent(s): d408711

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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","Sentiment", "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.
 
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.