From c34d410c208c43c13d221428d4d608df3857beca Mon Sep 17 00:00:00 2001 From: kkaris Date: Thu, 2 Jan 2025 23:26:36 -0800 Subject: [PATCH] Create copy button --- mira/sources/sympy_ode/templates/index.html | 38 +++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/mira/sources/sympy_ode/templates/index.html b/mira/sources/sympy_ode/templates/index.html index d0e2f2a75..ff981ebb8 100644 --- a/mira/sources/sympy_ode/templates/index.html +++ b/mira/sources/sympy_ode/templates/index.html @@ -4,14 +4,21 @@ Equation image to MIRA model + + + + + + + @@ -111,6 +118,37 @@
Output Model
data-bs-target="#ode-petrinet-json">as PetriNet JSON
+ + +
+ + +
{{ petrinet_json|safe }}