Spaces:
Running
on
Zero
Running
on
Zero
da03
commited on
Commit
·
55529d1
1
Parent(s):
738382a
app.py
CHANGED
@@ -46,7 +46,6 @@ def predict_product(num1, num2):
|
|
46 |
else:
|
47 |
result_color = "black"
|
48 |
result_message = "Invalid input. Could not evaluate correctness."
|
49 |
-
|
50 |
result_html = f"<div style='color: {result_color};'>{result_message}</div>"
|
51 |
|
52 |
return input_text, raw_output, prediction, result_html
|
|
|
46 |
else:
|
47 |
result_color = "black"
|
48 |
result_message = "Invalid input. Could not evaluate correctness."
|
|
|
49 |
result_html = f"<div style='color: {result_color};'>{result_message}</div>"
|
50 |
|
51 |
return input_text, raw_output, prediction, result_html
|