YaTharThShaRma999 commited on
Commit
a4afeef
1 Parent(s): c32ad67

Update modules/graph_plotter.py

Browse files
Files changed (1) hide show
  1. modules/graph_plotter.py +1 -1
modules/graph_plotter.py CHANGED
@@ -34,7 +34,7 @@ def plot_equation(equation):
34
  # Returning the image
35
  output_dict = {
36
  "llm_output": f"Done. The graph is plotted and displayed.",
37
- "display": {"files": [img_name], "metadata": equation}
38
  "type": "image",
39
  }
40
  return output_dict
 
34
  # Returning the image
35
  output_dict = {
36
  "llm_output": f"Done. The graph is plotted and displayed.",
37
+ "display": {"files": [img_name], "metadata": equation},
38
  "type": "image",
39
  }
40
  return output_dict