Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rccreswell authored Jun 11, 2024
1 parent e3201ed commit d46e099
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
<h2 class="title">Inference Web App for Branching Processes</h2>
<hr>
<p>
<span style="color:red;">The online web server for the branchpro inference app is currently down.</span> To access the app in your browser, please install the branchpro software (see Github link below) and then execute the following command:
To access the software repository for the branchpro Python package, please visit the Github <a href="https://github.com/SABS-R3-Epidemiology/branchpro">here.</a>
</p>
<p>
<span style="color:red;">The online web server for the branchpro inference app is currently down.</span> To access the app locally in your browser, please install the branchpro software (see Github link above) and then execute the following command:
</p>
<pre style="margin-left: 30px;"><code>python branchpro/apps/inference_dash_app.py</code></pre>
<p>
Expand All @@ -48,9 +51,6 @@ <h2 class="title">Inference Web App for Branching Processes</h2>
<p>
Alternatively, all the functionality of the app can be accessed in Python code using the branchpro package; please refer to the <a href="https://branchpro.readthedocs.io/en/latest/" target=”_blank”>API documentation.</a>
</p>
<p>
To access the software repository for the branchpro Python package, please click <a href="https://github.com/SABS-R3-Epidemiology/branchpro">here.</a>
</p>
<p>
The authors request users to cite the original publication when referring to the software application, any results generated from it, or any of the code on which this tool is based:
</p>
Expand Down

0 comments on commit d46e099

Please sign in to comment.