Skip to content

Commit

Permalink
Updates snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Sep 7, 2023
1 parent ee357fd commit 4f21426
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/testthat/_snaps/app_ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[6] " <div class=\"col-sm-11\" style=\"width: 85%;\">"
[7] " <div class=\"form-group shiny-input-container\" style=\"width: 100%;\">"
[8] " <label class=\"control-label shiny-label-null\" for=\"prompt\" id=\"prompt-label\"></label>"
[9] " <textarea id=\"prompt\" class=\"form-control\" style=\"width:width: 100%;;resize:none;\"></textarea>"
[9] " <textarea id=\"prompt\" class=\"shiny-input-textarea form-control\" style=\"width:100%;resize:none;\"></textarea>"
[10] " </div>"
[11] " </div>"
[12] " <div class=\"col-sm-1\" style=\"width: 15%;\">"
Expand Down Expand Up @@ -52,7 +52,7 @@
[6] " <hr/>"
[7] " <div class=\"form-group shiny-input-container\">"
[8] " <label class=\"control-label\" id=\"prompt2-label\" for=\"prompt2\">Prompt</label>"
[9] " <textarea id=\"prompt2\" class=\"form-control\">Use the 'Tidy Modeling with R' (https://www.tmwr.org/) book as main reference"
[9] " <textarea id=\"prompt2\" class=\"shiny-input-textarea form-control\">Use the 'Tidy Modeling with R' (https://www.tmwr.org/) book as main reference"
[10] "Use the 'R for Data Science' (https://r4ds.had.co.nz/) book as main reference"
[11] "Use tidyverse packages: readr, ggplot2, dplyr, tidyr"
[12] "For models, use tidymodels packages: recipes, parsnip, yardstick, workflows, broom"
Expand All @@ -63,16 +63,16 @@
[17] " <br/>"
[18] " <div class=\"form-group shiny-input-container\">"
[19] " <label class=\"control-label\" id=\"i_data-label\" for=\"i_data\">Max Data Frames</label>"
[20] " <input id=\"i_data\" type=\"text\" class=\"form-control\" value=\"0\"/>"
[20] " <input id=\"i_data\" type=\"text\" class=\"shiny-input-text form-control\" value=\"0\"/>"
[21] " </div>"
[22] " <div class=\"form-group shiny-input-container\">"
[23] " <label class=\"control-label\" id=\"i_files-label\" for=\"i_files\">Max Data Files</label>"
[24] " <input id=\"i_files\" type=\"text\" class=\"form-control\" value=\"0\"/>"
[24] " <input id=\"i_files\" type=\"text\" class=\"shiny-input-text form-control\" value=\"0\"/>"
[25] " </div>"
[26] " <div class=\"form-group shiny-input-container\">"
[27] " <div class=\"checkbox\">"
[28] " <label>"
[29] " <input id=\"i_history\" type=\"checkbox\" checked=\"checked\"/>"
[29] " <input id=\"i_history\" type=\"checkbox\" class=\"shiny-input-checkbox\" checked=\"checked\"/>"
[30] " <span>Include Chat History</span>"
[31] " </label>"
[32] " </div>"
Expand Down

0 comments on commit 4f21426

Please sign in to comment.