Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -131,6 +131,7 @@ emotions = {
|
|
131 |
'pessimism': {'percentage': 10, 'motivation': 'doubtful', 'intensity': 0},
|
132 |
'boredom': {'percentage': 10, 'motivation': 'indifferent', 'intensity': 0},
|
133 |
'envy': {'percentage': 10, 'motivation': 'jealous' , 'intensity': 0},
|
|
|
134 |
total_percentage = 200
|
135 |
default_percentage = total_percentage / len(emotions)
|
136 |
for emotion in emotions:
|
|
|
131 |
'pessimism': {'percentage': 10, 'motivation': 'doubtful', 'intensity': 0},
|
132 |
'boredom': {'percentage': 10, 'motivation': 'indifferent', 'intensity': 0},
|
133 |
'envy': {'percentage': 10, 'motivation': 'jealous' , 'intensity': 0},
|
134 |
+
}
|
135 |
total_percentage = 200
|
136 |
default_percentage = total_percentage / len(emotions)
|
137 |
for emotion in emotions:
|