文本成分和选择Input widger在R中以单行形式显示

文本成分和选择Input widger在R中以单行形式显示,r,shiny,R,Shiny,我的闪亮应用程序中有以下UI组件: fluidRow(HTML("<p style='font-size:26px'>On a </p>"), selectInput("selectedSeason", label = "", choices = unique(hourly_avg$season)), HTML("<p style='font-siz

我的闪亮应用程序中有以下UI组件:

  fluidRow(HTML("<p style='font-size:26px'>On a </p>"),
           selectInput("selectedSeason", label = "", choices = unique(hourly_avg$season)),
           HTML("<p style='font-size:26px'>day the trend of temperature </p>")
           )
我希望它也能以一句话的形式出现在一行中。但是,HTML组件和selectInput小部件显示在3行中