diff options
author | Naeem Model <me@nmode.ca> | 2025-01-06 23:55:43 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2025-01-06 23:55:43 +0000 |
commit | e920b3e514e717fc05ed524267d3b53e272fec51 (patch) | |
tree | 353cfb36aca946d69da6d6dcacc0cb66177050ef /inst/app/templates/content/estimation/estimates/add-estimators/seq_bayes.html | |
parent | 2d34b71c7a8da7fd0fac59b934145286b2be7b1f (diff) |
Update web app entry point
- Rename 'app' -> 'web'
- Return shiny app object in entry point function
Diffstat (limited to 'inst/app/templates/content/estimation/estimates/add-estimators/seq_bayes.html')
-rw-r--r-- | inst/app/templates/content/estimation/estimates/add-estimators/seq_bayes.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/inst/app/templates/content/estimation/estimates/add-estimators/seq_bayes.html b/inst/app/templates/content/estimation/estimates/add-estimators/seq_bayes.html deleted file mode 100644 index 028fabc..0000000 --- a/inst/app/templates/content/estimation/estimates/add-estimators/seq_bayes.html +++ /dev/null @@ -1,22 +0,0 @@ -<div class="row"> - <!-- Serial interval (mu). --> - <div class="col-md"> - {{ htmlTemplate("templates/content/estimation/estimates/add-estimators/mu.html", id = "seq_bayes") }} - </div> - <!-- Maximum value of the uniform prior (kappa). --> - <div class="col-md mt-2 mt-md-0"> - <!-- Label and help tooltip. --> - <label class="form-label" for="kappa"> - Maximum prior (κ) - <sup data-bs-toggle="tooltip" data-bs-placement="right" data-bs-html="true" - data-bs-title="The initial maximum belief of <em>R</em><sub>0</sub>. The higher this value, the higher - <em>R</em><sub>0</sub> is believed to be prior to the estimation."> - [?] - </sup> - </label> - <!-- Input field. --> - <input name="kappa" class="form-control" type="text" placeholder="Default: 20"> - <!-- Warning text for incorrect values. --> - <small id="kappa_warn" class="form-text text-primary shiny-text-output"></small> - </div> -</div> |