Skip to content

Commit

Permalink
mots
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyazoulay committed Jun 10, 2021
1 parent 37c201a commit e2a081e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallicanet/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ shinyUI(navbarPage("Gallicanet",
)),
column(4,
wellPanel(
div(style="display: inline-block;vertical-align:bottom;width: 45%;",numericInput("distance","Distance maximale entre les termes (en caractères)",50)),
div(style="display: inline-block;vertical-align:bottom;width: 45%;",numericInput("distance","Distance maximale entre les termes (en mots)",50)),
div(style="display: inline-block;vertical-align:bottom;width: 45%;",numericInput("plancher_down","Nombre minimum de mentions pour chaque terme",100,step = 10)),
dateRangeInput('dateRange',
label = 'Période',
Expand Down

0 comments on commit e2a081e

Please sign in to comment.