Spaces:
Running
Running
Commit
·
3fab9fb
1
Parent(s):
441b28e
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def inference_sentence(text):
|
|
112 |
def inference_dataset(input):
|
113 |
output1="Here you will be able to download a file."
|
114 |
output2 = output3 = output4 = output5 = "This option was not selected."
|
115 |
-
if "emotion frequencies" in
|
116 |
output2 = "This option was selected."
|
117 |
if "emotion distribution over time" in option_list:
|
118 |
output3 = "This option was selected."
|
|
|
112 |
def inference_dataset(input):
|
113 |
output1="Here you will be able to download a file."
|
114 |
output2 = output3 = output4 = output5 = "This option was not selected."
|
115 |
+
if "emotion frequencies" in input[input_checks]:
|
116 |
output2 = "This option was selected."
|
117 |
if "emotion distribution over time" in option_list:
|
118 |
output3 = "This option was selected."
|