Skip to content

Commit f58865e

Browse files
committed
Switched preview output
1 parent 76e7783 commit f58865e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluation_function/preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def preview_function(response: Any, params: Params) -> Result:
4747
return result
4848

4949

50-
result = Result(preview=Preview(latex=response_json["latexString"],sympy=response_json["sympyString"]))
50+
result = Result(preview=Preview(latex=response_json["latex"],sympy=response_json["sympy"]))
5151

5252
return result
5353
except Exception as e:

0 commit comments

Comments
 (0)