Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,6 @@ def predict_pptx_content(file_path):
|
|
25 |
|
26 |
prediction = {
|
27 |
"Predicted Label": predicted_label,
|
28 |
-
"Evaluation": f"Evaluate the topic according to {predicted_label} is: {predicted_probability}",
|
29 |
}
|
30 |
|
31 |
return prediction
|
|
|
25 |
|
26 |
prediction = {
|
27 |
"Predicted Label": predicted_label,
|
|
|
28 |
}
|
29 |
|
30 |
return prediction
|