From adb4818d9943a781b56b8f470de0d078f7f7f48b Mon Sep 17 00:00:00 2001
From: Zhefu Li <zf-li23@mails.tsinghua.edu.cn>
Date: Tue, 24 Sep 2024 02:28:41 +0000
Subject: [PATCH] Update model.html

---
 wiki/pages/model.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wiki/pages/model.html b/wiki/pages/model.html
index b4e71ba1..cd9cb92d 100644
--- a/wiki/pages/model.html
+++ b/wiki/pages/model.html
@@ -62,8 +62,6 @@
     <div class="progress-text">0%</div>
   </div>
 
-  <button onclick="toggleCodeSnippet()">Expand the code</button>
-
   <div class="row mt-4">
     <div class="col-lg-12">
       <h2 id="description">General Description of Modeling</h2>
@@ -306,9 +304,11 @@
           muskone in the intestine can be obtained in combination with experimental determination. Because
           there is no animal experimental support, the data are manually drafted, and the calculation method
           is more meaningful than the calculation results.</p>
+        <button onclick="toggleCodeSnippet()">Expand the code</button>
+
         <div id="codeSnippet" class="code-snippet">
           ```metlab
-          % 定义参数
+          % Define parameters
           Q_inhale = 100; % mg
           k_exhale = 10;
           k_perm = 0.005;
-- 
GitLab